5 implementations of CompareTo
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
282
int ITextContainer.
CompareTo
(StaticTextPointer position1, ITextPointer position2)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
176
int ITextContainer.
CompareTo
(StaticTextPointer position1, ITextPointer position2)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
161
int ITextContainer.
CompareTo
(StaticTextPointer position1, ITextPointer position2)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
148
int ITextContainer.
CompareTo
(StaticTextPointer position1, ITextPointer position2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
713
int ITextContainer.
CompareTo
(StaticTextPointer position1, ITextPointer position2)
1 reference to CompareTo
PresentationFramework (1)
src\Framework\System\Windows\Documents\StaticTextPointer.cs (1)
111
return _textContainer.
CompareTo
(this, position);