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