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