16 references to TextView
PresentationFramework (16)
System\windows\Documents\TextSelection.cs (16)
254if (this.TextView != null && this.TextView.IsValid && 255!this.TextView.Contains(movingPosition)) 331if (uiScope.IsEnabled && this.TextView != null) 470((TextPointerBase.IsAtLineWrappingPosition(caretPosition, this.TextView) && 471TextPointerBase.IsAtLineWrappingPosition(reversePosition, this.TextView)) || 670if (this.TextView == null || !this.TextView.IsValid) 677ITextPointer position = this.TextView.GetTextPositionFromPoint(point, /*snapToText:*/false); 1943if (this.TextView == null) 1947Invariant.Assert(this.TextView.IsValid); // We just checked RenderScope. We'll use TextView below 1953Rect objectEdgeRect = this.TextView.GetRectangleFromTextPosition(cursorPosition); 1988FlowDirection renderScopeFlowDirection = (FlowDirection)this.TextView.RenderScope.GetValue(Block.FlowDirectionProperty); 2158if (this.TextView.IsValid && !this.TextView.RendersOwnSelection) 2460DependencyObject element = TextView.RenderScope;