5 implementations of GetFormatNormalizedPosition
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
577
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
269
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
System\Windows\Documents\FixedTextPointer.cs (1)
334
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
System\Windows\Documents\NullTextNavigator.cs (1)
358
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
System\Windows\Documents\TextPointer.cs (1)
2472
ITextPointer ITextPointer.
GetFormatNormalizedPosition
(LogicalDirection direction)
8 references to GetFormatNormalizedPosition
PresentationFramework (8)
System\Windows\Documents\FixedTextPointer.cs (1)
332
/// <see cref="ITextPointer.
GetFormatNormalizedPosition
"/>
System\Windows\Documents\NullTextNavigator.cs (1)
356
/// <see cref="ITextPointer.
GetFormatNormalizedPosition
"/>
System\Windows\Documents\TextRangeBase.cs (3)
74
textPointer = textPointer.
GetFormatNormalizedPosition
(LogicalDirection.Forward);
78
textPointer = textPointer.
GetFormatNormalizedPosition
(LogicalDirection.Backward);
1805
normalizedPosition = position.
GetFormatNormalizedPosition
(direction);
System\Windows\Documents\TextStore.cs (3)
3480
start = start.
GetFormatNormalizedPosition
(LogicalDirection.Backward);
3485
start = start.
GetFormatNormalizedPosition
(LogicalDirection.Backward);
3486
end = end.
GetFormatNormalizedPosition
(LogicalDirection.Backward);