5 implementations of GetPointerContext
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
232
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
115
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\FixedTextContainer.cs (1)
100
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\NullTextContainer.cs (1)
100
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\TextContainer.cs (1)
499
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
1 reference to GetPointerContext
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
55
return _textContainer.
GetPointerContext
(this, direction);