5 implementations of GetPointerContext
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
233
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
116
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\FixedTextContainer.cs (1)
101
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\NullTextContainer.cs (1)
101
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\TextContainer.cs (1)
500
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
1 reference to GetPointerContext
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
56
return _textContainer.
GetPointerContext
(this, direction);