7 references to IsFrozen
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\ListParagraph.cs (3)
115if (((TextPointer)textPointer).IsFrozen) 130if (((TextPointer)textPointer).IsFrozen) 140if (((TextPointer)textPointer).IsFrozen)
src\Framework\System\Windows\Documents\TextPointer.cs (2)
3729return this.IsFrozen; 3981if (this.IsFrozen)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
65if (splitPosition.IsFrozen) 530if (position.IsFrozen)