2 implementations of RendersOwnSelection
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1246bool 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)
1244/// <see cref="ITextView.RendersOwnSelection"/> 1426&& (!((ITextView)this).RendersOwnSelection || args.OwnerType != typeof(TextSelection))) 1835bool 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)
1216if ((textBoxView as ITextView)?.RendersOwnSelection == true)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2136if ((textBoxView as ITextView)?.RendersOwnSelection == true)
System\Windows\Documents\DocumentSequenceTextView.cs (1)
526/// <see cref="ITextView.RendersOwnSelection"/>
System\Windows\Documents\FixedTextView.cs (1)
699/// <see cref="ITextView.RendersOwnSelection"/>
System\windows\Documents\TextSelection.cs (1)
2143if (this.TextView.IsValid && !this.TextView.RendersOwnSelection)