5 implementations of CompareTo
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
271
int ITextContainer.
CompareTo
(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
167
int ITextContainer.
CompareTo
(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\FixedTextContainer.cs (1)
152
int ITextContainer.
CompareTo
(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\NullTextContainer.cs (1)
140
int ITextContainer.
CompareTo
(StaticTextPointer position1, StaticTextPointer position2)
System\Windows\Documents\TextContainer.cs (1)
673
int ITextContainer.
CompareTo
(StaticTextPointer position1, StaticTextPointer position2)
1 reference to CompareTo
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
102
return _textContainer.
CompareTo
(this, position);