7 references to IsFrozen
PresentationFramework (7)
MS\Internal\PtsHost\ListParagraph.cs (3)
106
if (((TextPointer)textPointer).
IsFrozen
)
121
if (((TextPointer)textPointer).
IsFrozen
)
131
if (((TextPointer)textPointer).
IsFrozen
)
System\Windows\Documents\TextPointer.cs (2)
3698
return this.
IsFrozen
;
3950
if (this.
IsFrozen
)
System\Windows\Documents\TextRangeEdit.cs (2)
61
if (splitPosition.
IsFrozen
)
526
if (position.
IsFrozen
)