2 implementations of RendersOwnSelection
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1288bool ITextView.RendersOwnSelection
MS\Internal\Documents\TextViewBase.cs (1)
659bool ITextView.RendersOwnSelection
14 references to RendersOwnSelection
PresentationFramework (14)
MS\Internal\Documents\DocumentPageTextView.cs (2)
509/// <see cref="ITextView.RendersOwnSelection"/> 517return _pageTextView.RendersOwnSelection;
MS\Internal\Documents\MultiPageTextView.cs (1)
665/// <see cref="ITextView.RendersOwnSelection"/>
MS\Internal\Documents\TextBoxLine.cs (1)
460if ((textEditor?.TextView?.RendersOwnSelection == true)
MS\Internal\Documents\TextBoxView.cs (3)
1286/// <see cref="ITextView.RendersOwnSelection"/> 1468&& (!((ITextView)this).RendersOwnSelection || args.OwnerType != typeof(TextSelection))) 1877bool shouldRenderSelection = ((ITextView)this).RendersOwnSelection
MS\Internal\Documents\TextViewBase.cs (2)
305/// <see cref="ITextView.RendersOwnSelection"/> 657/// <see cref="ITextView.RendersOwnSelection"/>
System\Windows\Controls\PasswordBox.cs (1)
1242if ((textBoxView as ITextView)?.RendersOwnSelection == true)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2215if ((textBoxView as ITextView)?.RendersOwnSelection == true)
System\Windows\Documents\DocumentSequenceTextView.cs (1)
540/// <see cref="ITextView.RendersOwnSelection"/>
System\Windows\Documents\FixedTextView.cs (1)
712/// <see cref="ITextView.RendersOwnSelection"/>
System\windows\Documents\TextSelection.cs (1)
2161if (this.TextView.IsValid && !this.TextView.RendersOwnSelection)