5 implementations of GetOffsetToPosition
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
237int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
120int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\FixedTextContainer.cs (1)
105int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\NullTextContainer.cs (1)
105int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\TextContainer.cs (1)
544int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
1 reference to GetOffsetToPosition
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
62return _textContainer.GetOffsetToPosition(this, position);