5 implementations of GetOffsetToPosition
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
241int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
137int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\FixedTextContainer.cs (1)
122int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\NullTextContainer.cs (1)
110int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\TextContainer.cs (1)
550int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
1 reference to GetOffsetToPosition
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
67return _textContainer.GetOffsetToPosition(this, position);