16 references to TextView
PresentationFramework (16)
System\windows\Documents\TextSelection.cs (16)
257if (this.TextView != null && this.TextView.IsValid && 258!this.TextView.Contains(movingPosition)) 334if (uiScope.IsEnabled && this.TextView != null) 473((TextPointerBase.IsAtLineWrappingPosition(caretPosition, this.TextView) && 474TextPointerBase.IsAtLineWrappingPosition(reversePosition, this.TextView)) || 673if (this.TextView == null || !this.TextView.IsValid) 680ITextPointer position = this.TextView.GetTextPositionFromPoint(point, /*snapToText:*/false); 1946if (this.TextView == null) 1950Invariant.Assert(this.TextView.IsValid); // We just checked RenderScope. We'll use TextView below 1956Rect objectEdgeRect = this.TextView.GetRectangleFromTextPosition(cursorPosition); 1991FlowDirection renderScopeFlowDirection = (FlowDirection)this.TextView.RenderScope.GetValue(Block.FlowDirectionProperty); 2161if (this.TextView.IsValid && !this.TextView.RendersOwnSelection) 2461DependencyObject element = TextView.RenderScope;