5 implementations of GetFormatNormalizedPosition
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
583ITextPointer ITextPointer.GetFormatNormalizedPosition(LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
281ITextPointer ITextPointer.GetFormatNormalizedPosition(LogicalDirection direction)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
356ITextPointer ITextPointer.GetFormatNormalizedPosition(LogicalDirection direction)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
365ITextPointer ITextPointer.GetFormatNormalizedPosition(LogicalDirection direction)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2497ITextPointer 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)
82textPointer = textPointer.GetFormatNormalizedPosition(LogicalDirection.Forward); 86textPointer = textPointer.GetFormatNormalizedPosition(LogicalDirection.Backward); 1837normalizedPosition = position.GetFormatNormalizedPosition(direction);
src\Framework\System\Windows\Documents\TextStore.cs (3)
3420start = start.GetFormatNormalizedPosition(LogicalDirection.Backward); 3425start = start.GetFormatNormalizedPosition(LogicalDirection.Backward); 3426end = end.GetFormatNormalizedPosition(LogicalDirection.Backward);