2 implementations of RendersOwnSelection
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1239bool ITextView.RendersOwnSelection
MS\Internal\Documents\TextViewBase.cs (1)
656bool ITextView.RendersOwnSelection
14 references to RendersOwnSelection
PresentationFramework (14)
MS\Internal\Documents\DocumentPageTextView.cs (2)
506/// <see cref="ITextView.RendersOwnSelection"/> 514return _pageTextView.RendersOwnSelection;
MS\Internal\Documents\MultiPageTextView.cs (1)
662/// <see cref="ITextView.RendersOwnSelection"/>
MS\Internal\Documents\TextBoxLine.cs (1)
449if ((textEditor?.TextView?.RendersOwnSelection == true)
MS\Internal\Documents\TextBoxView.cs (3)
1237/// <see cref="ITextView.RendersOwnSelection"/> 1419&& (!((ITextView)this).RendersOwnSelection || args.OwnerType != typeof(TextSelection))) 1828bool shouldRenderSelection = ((ITextView)this).RendersOwnSelection
MS\Internal\Documents\TextViewBase.cs (2)
302/// <see cref="ITextView.RendersOwnSelection"/> 654/// <see cref="ITextView.RendersOwnSelection"/>
System\Windows\Controls\PasswordBox.cs (1)
1209if ((textBoxView as ITextView)?.RendersOwnSelection == true)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2129if ((textBoxView as ITextView)?.RendersOwnSelection == true)
System\Windows\Documents\DocumentSequenceTextView.cs (1)
525/// <see cref="ITextView.RendersOwnSelection"/>
System\Windows\Documents\FixedTextView.cs (1)
698/// <see cref="ITextView.RendersOwnSelection"/>
System\windows\Documents\TextSelection.cs (1)
2142if (this.TextView.IsValid && !this.TextView.RendersOwnSelection)