5 references to GetFrozenPointer
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
372
return TextPointerBase.
GetFrozenPointer
(this, logicalDirection);
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
228
return TextPointerBase.
GetFrozenPointer
(this, logicalDirection);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
317
return TextPointerBase.
GetFrozenPointer
(this, logicalDirection);
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
216
return TextPointerBase.
GetFrozenPointer
(this, logicalDirection);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2365
return (TextPointer)TextPointerBase.
GetFrozenPointer
(this, logicalDirection);