5 implementations of GetPointerContext
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
242TextPointerContext ITextContainer.GetPointerContext(StaticTextPointer pointer, LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
136TextPointerContext ITextContainer.GetPointerContext(StaticTextPointer pointer, LogicalDirection direction)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
121TextPointerContext ITextContainer.GetPointerContext(StaticTextPointer pointer, LogicalDirection direction)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
108TextPointerContext ITextContainer.GetPointerContext(StaticTextPointer pointer, LogicalDirection direction)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
520TextPointerContext ITextContainer.GetPointerContext(StaticTextPointer pointer, LogicalDirection direction)
1 reference to GetPointerContext
PresentationFramework (1)
src\Framework\System\Windows\Documents\StaticTextPointer.cs (1)
62return _textContainer.GetPointerContext(this, direction);