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