5 implementations of GetOffsetToPosition
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
238int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
121int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\FixedTextContainer.cs (1)
106int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\NullTextContainer.cs (1)
106int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\TextContainer.cs (1)
545int ITextContainer.GetOffsetToPosition(StaticTextPointer position1, StaticTextPointer position2)
1 reference to GetOffsetToPosition
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
63return _textContainer.GetOffsetToPosition(this, position);