16 references to TextView
PresentationFramework (16)
System\windows\Documents\TextSelection.cs (16)
242
if (this.
TextView
!= null && this.
TextView
.IsValid &&
243
!this.
TextView
.Contains(movingPosition))
319
if (uiScope.IsEnabled && this.
TextView
!= null)
458
((TextPointerBase.IsAtLineWrappingPosition(caretPosition, this.
TextView
) &&
459
TextPointerBase.IsAtLineWrappingPosition(reversePosition, this.
TextView
)) ||
658
if (this.
TextView
== null || !this.
TextView
.IsValid)
665
ITextPointer position = this.
TextView
.GetTextPositionFromPoint(point, /*snapToText:*/false);
1928
if (this.
TextView
== null)
1932
Invariant.Assert(this.
TextView
.IsValid); // We just checked RenderScope. We'll use TextView below
1938
Rect objectEdgeRect = this.
TextView
.GetRectangleFromTextPosition(cursorPosition);
1973
FlowDirection renderScopeFlowDirection = (FlowDirection)this.
TextView
.RenderScope.GetValue(Block.FlowDirectionProperty);
2143
if (this.
TextView
.IsValid && !this.
TextView
.RendersOwnSelection)
2445
DependencyObject element =
TextView
.RenderScope;