5 implementations of GetOffsetToPosition
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
247
int ITextContainer.
GetOffsetToPosition
(StaticTextPointer position1, StaticTextPointer position2)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
141
int ITextContainer.
GetOffsetToPosition
(StaticTextPointer position1, StaticTextPointer position2)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
126
int ITextContainer.
GetOffsetToPosition
(StaticTextPointer position1, StaticTextPointer position2)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
113
int ITextContainer.
GetOffsetToPosition
(StaticTextPointer position1, StaticTextPointer position2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
565
int ITextContainer.
GetOffsetToPosition
(StaticTextPointer position1, StaticTextPointer position2)
1 reference to GetOffsetToPosition
PresentationFramework (1)
src\Framework\System\Windows\Documents\StaticTextPointer.cs (1)
69
return _textContainer.
GetOffsetToPosition
(this, position);