5 implementations of IsFrozen
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
669
bool ITextPointer.
IsFrozen
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
403
bool ITextPointer.
IsFrozen
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
631
bool ITextPointer.
IsFrozen
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
475
bool ITextPointer.
IsFrozen
src\Framework\System\Windows\Documents\TextPointer.cs (1)
3725
bool ITextPointer.
IsFrozen
9 references to IsFrozen
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
629
/// <see cref="ITextPointer.
IsFrozen
"/>
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
1221
Debug.Assert(!textPointer.
IsFrozen
, "Can't reposition a frozen pointer!");
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
473
/// <see cref="ITextPointer.
IsFrozen
"/>
src\Framework\System\Windows\Documents\TextPointerBase.cs (5)
814
Invariant.Assert(!thisPointer.
IsFrozen
, "Can't reposition a frozen pointer!");
966
Invariant.Assert(!thisNavigator.
IsFrozen
, "Can't reposition a frozen pointer!");
1076
Invariant.Assert(!thisNavigator.
IsFrozen
, "Can't reposition a frozen pointer!");
1108
if (thisPointer.
IsFrozen
&& thisPointer.LogicalDirection == logicalDirection)
1145
Invariant.Assert(!thisNavigator.
IsFrozen
, "Can't reposition a frozen pointer!");
src\Framework\System\windows\Documents\TextSelection.cs (1)
402
Invariant.Assert(_anchorPosition == null || _anchorPosition.
IsFrozen
);