13 references to GetTextView
PresentationFramework (13)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1057
ITextView textview = TextEditor.
GetTextView
(_renderScope);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (4)
1572
if (TextEditor.
GetTextView
(this.RenderScope).Validate(point))
1574
position = (TextPointer)TextEditor.
GetTextView
(this.RenderScope).GetTextPositionFromPoint(point, snapToText);
1615
if (TextEditor.
GetTextView
(this.RenderScope).Validate(position))
1618
rect = TextEditor.
GetTextView
(this.RenderScope).GetRectangleFromTextPosition(position);
src\Framework\System\Windows\Controls\TextBox.cs (6)
1438
if (TextEditor.
GetTextView
(this.RenderScope).Validate(point))
1440
textPointer = (TextPointer)TextEditor.
GetTextView
(this.RenderScope).GetTextPositionFromPoint(point, /* snap to text */ true);
1441
textPointer = (TextPointer)TextEditor.
GetTextView
(this.RenderScope).GetLineRange(textPointer).Start.CreatePointer(textPointer.LogicalDirection);
1467
if (TextEditor.
GetTextView
(this.RenderScope).Validate(point))
1469
textPointer = (TextPointer)TextEditor.
GetTextView
(this.RenderScope).GetTextPositionFromPoint(point, /* snap to text */ true);
1470
textPointer = (TextPointer)TextEditor.
GetTextView
(this.RenderScope).GetLineRange(textPointer).End.CreatePointer(textPointer.LogicalDirection);
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
763
view = TextEditor.
GetTextView
(RenderScope);
1823
view = TextEditor.
GetTextView
(RenderScope);