16 references to TextView
PresentationFramework (16)
src\Framework\System\windows\Documents\TextSelection.cs (16)
260if (this.TextView != null && this.TextView.IsValid && 261!this.TextView.Contains(movingPosition)) 337if (uiScope.IsEnabled && this.TextView != null) 476((TextPointerBase.IsAtLineWrappingPosition(caretPosition, this.TextView) && 477TextPointerBase.IsAtLineWrappingPosition(reversePosition, this.TextView)) || 676if (this.TextView == null || !this.TextView.IsValid) 683ITextPointer position = this.TextView.GetTextPositionFromPoint(point, /*snapToText:*/false); 1954if (this.TextView == null) 1958Invariant.Assert(this.TextView.IsValid); // We just checked RenderScope. We'll use TextView below 1964Rect objectEdgeRect = this.TextView.GetRectangleFromTextPosition(cursorPosition); 1999FlowDirection renderScopeFlowDirection = (FlowDirection)this.TextView.RenderScope.GetValue(Block.FlowDirectionProperty); 2169if (this.TextView.IsValid && !this.TextView.RendersOwnSelection) 2469DependencyObject element = TextView.RenderScope;