2 implementations of RendersOwnSelection
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1245bool 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)
452if ((textEditor?.TextView?.RendersOwnSelection == true)
MS\Internal\Documents\TextBoxView.cs (3)
1243/// <see cref="ITextView.RendersOwnSelection"/> 1425&& (!((ITextView)this).RendersOwnSelection || args.OwnerType != typeof(TextSelection))) 1834bool 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)
1215if ((textBoxView as ITextView)?.RendersOwnSelection == true)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2135if ((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)