5 implementations of GetNextContextPosition
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
266
StaticTextPointer ITextContainer.
GetNextContextPosition
(StaticTextPointer position, LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
162
StaticTextPointer ITextContainer.
GetNextContextPosition
(StaticTextPointer position, LogicalDirection direction)
System\Windows\Documents\FixedTextContainer.cs (1)
147
StaticTextPointer ITextContainer.
GetNextContextPosition
(StaticTextPointer position, LogicalDirection direction)
System\Windows\Documents\NullTextContainer.cs (1)
135
StaticTextPointer ITextContainer.
GetNextContextPosition
(StaticTextPointer position, LogicalDirection direction)
System\Windows\Documents\TextContainer.cs (1)
618
StaticTextPointer ITextContainer.
GetNextContextPosition
(StaticTextPointer position, LogicalDirection direction)
1 reference to GetNextContextPosition
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
95
return _textContainer.
GetNextContextPosition
(this, direction);