2 implementations of RendersOwnSelection
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1286bool ITextView.RendersOwnSelection
MS\Internal\Documents\TextViewBase.cs (1)
657bool ITextView.RendersOwnSelection
14 references to RendersOwnSelection
PresentationFramework (14)
MS\Internal\Documents\DocumentPageTextView.cs (2)
507/// <see cref="ITextView.RendersOwnSelection"/> 515return _pageTextView.RendersOwnSelection;
MS\Internal\Documents\MultiPageTextView.cs (1)
663/// <see cref="ITextView.RendersOwnSelection"/>
MS\Internal\Documents\TextBoxLine.cs (1)
453if ((textEditor?.TextView?.RendersOwnSelection == true)
MS\Internal\Documents\TextBoxView.cs (3)
1284/// <see cref="ITextView.RendersOwnSelection"/> 1466&& (!((ITextView)this).RendersOwnSelection || args.OwnerType != typeof(TextSelection))) 1875bool shouldRenderSelection = ((ITextView)this).RendersOwnSelection
MS\Internal\Documents\TextViewBase.cs (2)
303/// <see cref="ITextView.RendersOwnSelection"/> 655/// <see cref="ITextView.RendersOwnSelection"/>
System\Windows\Controls\PasswordBox.cs (1)
1234if ((textBoxView as ITextView)?.RendersOwnSelection == true)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2206if ((textBoxView as ITextView)?.RendersOwnSelection == true)
System\Windows\Documents\DocumentSequenceTextView.cs (1)
532/// <see cref="ITextView.RendersOwnSelection"/>
System\Windows\Documents\FixedTextView.cs (1)
704/// <see cref="ITextView.RendersOwnSelection"/>
System\windows\Documents\TextSelection.cs (1)
2158if (this.TextView.IsValid && !this.TextView.RendersOwnSelection)