5 implementations of GetCharacterRect
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
525
Rect ITextPointer.
GetCharacterRect
(LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
518
Rect ITextPointer.
GetCharacterRect
(LogicalDirection direction)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
485
Rect ITextPointer.
GetCharacterRect
(LogicalDirection direction)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
291
Rect ITextPointer.
GetCharacterRect
(LogicalDirection direction)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2685
Rect ITextPointer.
GetCharacterRect
(LogicalDirection direction)
11 references to GetCharacterRect
PresentationFramework (11)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
483
/// <see cref="ITextPointer.
GetCharacterRect
"/>
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
289
/// <see cref="ITextPointer.
GetCharacterRect
"/>
src\Framework\System\windows\Documents\TextEditor.cs (1)
1547
lastCharacterRect = cursorPosition.
GetCharacterRect
(LogicalDirection.Backward);
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
279
Rect positionRect = position.
GetCharacterRect
(direction);
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
581
Rect lastCharacterRect = snappedCursorPosition.
GetCharacterRect
(LogicalDirection.Backward);
src\Framework\System\Windows\Documents\TextStore.cs (6)
932
Rect rectStart = startPointer.
GetCharacterRect
(LogicalDirection.Forward);
963
lineRect = navigator.
GetCharacterRect
(LogicalDirection.Forward);
3093
Rect lineBounds = start.
GetCharacterRect
(LogicalDirection.Forward);
3094
lineBounds.Union(end.
GetCharacterRect
(LogicalDirection.Backward));
3104
lineBounds.Union(navigator.
GetCharacterRect
(LogicalDirection.Backward));
3109
lineBounds.Union(navigator.
GetCharacterRect
(LogicalDirection.Backward));