16 references to TextView
PresentationFramework (16)
System\windows\Documents\TextSelection.cs (16)
241if (this.TextView != null && this.TextView.IsValid && 242!this.TextView.Contains(movingPosition)) 318if (uiScope.IsEnabled && this.TextView != null) 457((TextPointerBase.IsAtLineWrappingPosition(caretPosition, this.TextView) && 458TextPointerBase.IsAtLineWrappingPosition(reversePosition, this.TextView)) || 657if (this.TextView == null || !this.TextView.IsValid) 664ITextPointer position = this.TextView.GetTextPositionFromPoint(point, /*snapToText:*/false); 1927if (this.TextView == null) 1931Invariant.Assert(this.TextView.IsValid); // We just checked RenderScope. We'll use TextView below 1937Rect objectEdgeRect = this.TextView.GetRectangleFromTextPosition(cursorPosition); 1972FlowDirection renderScopeFlowDirection = (FlowDirection)this.TextView.RenderScope.GetValue(Block.FlowDirectionProperty); 2142if (this.TextView.IsValid && !this.TextView.RendersOwnSelection) 2444DependencyObject element = TextView.RenderScope;