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