5 references to GetFrozenPointer
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
365
return TextPointerBase.
GetFrozenPointer
(this, logicalDirection);
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
215
return TextPointerBase.
GetFrozenPointer
(this, logicalDirection);
System\Windows\Documents\FixedTextPointer.cs (1)
294
return TextPointerBase.
GetFrozenPointer
(this, logicalDirection);
System\Windows\Documents\NullTextNavigator.cs (1)
208
return TextPointerBase.
GetFrozenPointer
(this, logicalDirection);
System\Windows\Documents\TextPointer.cs (1)
2339
return (TextPointer)TextPointerBase.
GetFrozenPointer
(this, logicalDirection);