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