5 implementations of GetFormatNormalizedPosition
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
581
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
277
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
System\Windows\Documents\FixedTextPointer.cs (1)
341
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
System\Windows\Documents\NullTextNavigator.cs (1)
363
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
System\Windows\Documents\TextPointer.cs (1)
2477
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
8 references to GetFormatNormalizedPosition
PresentationFramework (8)
System\Windows\Documents\FixedTextPointer.cs (1)
339
/// <see cref="ITextPointer.
GetFormatNormalizedPosition
"/>
System\Windows\Documents\NullTextNavigator.cs (1)
361
/// <see cref="ITextPointer.
GetFormatNormalizedPosition
"/>
System\Windows\Documents\TextRangeBase.cs (3)
77
textPointer = textPointer.
GetFormatNormalizedPosition
(LogicalDirection.Forward);
81
textPointer = textPointer.
GetFormatNormalizedPosition
(LogicalDirection.Backward);
1809
normalizedPosition = position.
GetFormatNormalizedPosition
(direction);
System\Windows\Documents\TextStore.cs (3)
3498
start = start.
GetFormatNormalizedPosition
(LogicalDirection.Backward);
3503
start = start.
GetFormatNormalizedPosition
(LogicalDirection.Backward);
3504
end = end.
GetFormatNormalizedPosition
(LogicalDirection.Backward);