5 implementations of GetCharacterRect
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
519
Rect ITextPointer.
GetCharacterRect
(LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
508
Rect ITextPointer.
GetCharacterRect
(LogicalDirection direction)
System\Windows\Documents\FixedTextPointer.cs (1)
465
Rect ITextPointer.
GetCharacterRect
(LogicalDirection direction)
System\Windows\Documents\NullTextNavigator.cs (1)
286
Rect ITextPointer.
GetCharacterRect
(LogicalDirection direction)
System\Windows\Documents\TextPointer.cs (1)
2654
Rect ITextPointer.
GetCharacterRect
(LogicalDirection direction)
11 references to GetCharacterRect
PresentationFramework (11)
System\Windows\Documents\FixedTextPointer.cs (1)
463
/// <see cref="ITextPointer.
GetCharacterRect
"/>
System\Windows\Documents\NullTextNavigator.cs (1)
284
/// <see cref="ITextPointer.
GetCharacterRect
"/>
System\windows\Documents\TextEditor.cs (1)
1513
lastCharacterRect = cursorPosition.
GetCharacterRect
(LogicalDirection.Backward);
System\windows\Documents\TextEditorContextMenu.cs (1)
263
Rect positionRect = position.
GetCharacterRect
(direction);
System\windows\Documents\TextEditorMouse.cs (1)
565
Rect lastCharacterRect = snappedCursorPosition.
GetCharacterRect
(LogicalDirection.Backward);
System\Windows\Documents\TextStore.cs (6)
1061
Rect rectStart = startPointer.
GetCharacterRect
(LogicalDirection.Forward);
1091
lineRect = navigator.
GetCharacterRect
(LogicalDirection.Forward);
3173
Rect lineBounds = start.
GetCharacterRect
(LogicalDirection.Forward);
3174
lineBounds.Union(end.
GetCharacterRect
(LogicalDirection.Backward));
3184
lineBounds.Union(navigator.
GetCharacterRect
(LogicalDirection.Backward));
3189
lineBounds.Union(navigator.
GetCharacterRect
(LogicalDirection.Backward));