5 references to GetFrozenPointer
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
366return TextPointerBase.GetFrozenPointer(this, logicalDirection);
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
218return TextPointerBase.GetFrozenPointer(this, logicalDirection);
System\Windows\Documents\FixedTextPointer.cs (1)
297return TextPointerBase.GetFrozenPointer(this, logicalDirection);
System\Windows\Documents\NullTextNavigator.cs (1)
211return TextPointerBase.GetFrozenPointer(this, logicalDirection);
System\Windows\Documents\TextPointer.cs (1)
2340return (TextPointer)TextPointerBase.GetFrozenPointer(this, logicalDirection);