5 implementations of GetPointerContext
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
236
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
132
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\FixedTextContainer.cs (1)
117
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\NullTextContainer.cs (1)
105
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
System\Windows\Documents\TextContainer.cs (1)
505
TextPointerContext ITextContainer.
GetPointerContext
(StaticTextPointer pointer, LogicalDirection direction)
1 reference to GetPointerContext
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
60
return _textContainer.
GetPointerContext
(this, direction);