5 implementations of GetNextContextPosition
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
272StaticTextPointer ITextContainer.GetNextContextPosition(StaticTextPointer position, LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
166StaticTextPointer ITextContainer.GetNextContextPosition(StaticTextPointer position, LogicalDirection direction)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
151StaticTextPointer ITextContainer.GetNextContextPosition(StaticTextPointer position, LogicalDirection direction)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
138StaticTextPointer ITextContainer.GetNextContextPosition(StaticTextPointer position, LogicalDirection direction)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
633StaticTextPointer ITextContainer.GetNextContextPosition(StaticTextPointer position, LogicalDirection direction)
1 reference to GetNextContextPosition
PresentationFramework (1)
src\Framework\System\Windows\Documents\StaticTextPointer.cs (1)
97return _textContainer.GetNextContextPosition(this, direction);