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