C# Class System.Windows.Documents.TextSelection

Datei anzeigen Open project: shana/moon Class Usage Examples

Private Properties

Property Type Description
Free void
INativeEventObjectWrapper Kind
TextSelection System
TextSelection System

Public Methods

Method Description
ApplyPropertyValue ( DependencyProperty formattingProperty, object value ) : void
GetPropertyValue ( DependencyProperty formattingProperty ) : object
Insert ( TextElement element ) : void
Select ( TextPointer anchorPosition, TextPointer movingPosition ) : void

Private Methods

Method Description
Free ( ) : void
INativeEventObjectWrapper ( ) : Kind
TextSelection ( ) : System
TextSelection ( IntPtr raw, bool dropref ) : System

Method Details

ApplyPropertyValue() public method

public ApplyPropertyValue ( DependencyProperty formattingProperty, object value ) : void
formattingProperty DependencyProperty
value object
return void

GetPropertyValue() public method

public GetPropertyValue ( DependencyProperty formattingProperty ) : object
formattingProperty DependencyProperty
return object

Insert() public method

public Insert ( TextElement element ) : void
element TextElement
return void

Select() public method

public Select ( TextPointer anchorPosition, TextPointer movingPosition ) : void
anchorPosition TextPointer
movingPosition TextPointer
return void