4 references to UseAdornerForTextboxSelectionRendering
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1294return !FrameworkAppContextSwitches.UseAdornerForTextboxSelectionRendering;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
854(FrameworkAppContextSwitches.UseAdornerForTextboxSelectionRendering) ? AdornerSelectionOpacityDefaultValue : NonAdornerSelectionOpacityDefaultValue;
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
58if (!FrameworkAppContextSwitches.UseAdornerForTextboxSelectionRendering)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1811if (FrameworkAppContextSwitches.UseAdornerForTextboxSelectionRendering