|
|
@ -24,7 +24,7 @@ namespace ICSharpCode.AvalonEdit.Rendering |
|
|
|
#region Properties
|
|
|
|
#region Properties
|
|
|
|
|
|
|
|
|
|
|
|
public int Line { |
|
|
|
public int Line { |
|
|
|
get { return this.Line; } |
|
|
|
get { return this.line; } |
|
|
|
set { |
|
|
|
set { |
|
|
|
if (this.line != value) { |
|
|
|
if (this.line != value) { |
|
|
|
this.line = value; |
|
|
|
this.line = value; |
|
|
|