2 implementations of RendersOwnSelection
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1290bool ITextView.RendersOwnSelection
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
661bool ITextView.RendersOwnSelection
14 references to RendersOwnSelection
PresentationFramework (14)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (2)
511/// <see cref="ITextView.RendersOwnSelection"/> 519return _pageTextView.RendersOwnSelection;
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (1)
670/// <see cref="ITextView.RendersOwnSelection"/>
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
462if ((textEditor?.TextView?.RendersOwnSelection == true)
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
1288/// <see cref="ITextView.RendersOwnSelection"/> 1468&& (!((ITextView)this).RendersOwnSelection || args.OwnerType != typeof(TextSelection))) 1875bool shouldRenderSelection = ((ITextView)this).RendersOwnSelection
src\Framework\MS\Internal\Documents\TextViewBase.cs (2)
307/// <see cref="ITextView.RendersOwnSelection"/> 659/// <see cref="ITextView.RendersOwnSelection"/>
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1276if ((textBoxView as ITextView)?.RendersOwnSelection == true)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2251if ((textBoxView as ITextView)?.RendersOwnSelection == true)
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
555/// <see cref="ITextView.RendersOwnSelection"/>
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
722/// <see cref="ITextView.RendersOwnSelection"/>
src\Framework\System\windows\Documents\TextSelection.cs (1)
2169if (this.TextView.IsValid && !this.TextView.RendersOwnSelection)