Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetIndentationString ( int column ) : string |
Gets text required to indent from the specified column to the next indentation level.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( |
Raises the PropertyChanged event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
public GetIndentationString ( int column ) : string | ||
column | int | |
return | string |
protected OnPropertyChanged ( |
||
e | ||
return | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the changed property. |
return | void |