5 implementations of GetFormatNormalizedPosition
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
583
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
281
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
356
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
365
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2497
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
8 references to GetFormatNormalizedPosition
PresentationFramework (8)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
354
/// <see cref="ITextPointer.
GetFormatNormalizedPosition
"/>
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
363
/// <see cref="ITextPointer.
GetFormatNormalizedPosition
"/>
src\Framework\System\Windows\Documents\TextRangeBase.cs (3)
82
textPointer = textPointer.
GetFormatNormalizedPosition
(LogicalDirection.Forward);
86
textPointer = textPointer.
GetFormatNormalizedPosition
(LogicalDirection.Backward);
1837
normalizedPosition = position.
GetFormatNormalizedPosition
(direction);
src\Framework\System\Windows\Documents\TextStore.cs (3)
3420
start = start.
GetFormatNormalizedPosition
(LogicalDirection.Backward);
3425
start = start.
GetFormatNormalizedPosition
(LogicalDirection.Backward);
3426
end = end.
GetFormatNormalizedPosition
(LogicalDirection.Backward);