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