4 references to UseAdornerForTextboxSelectionRendering
PresentationFramework (4)
MS\Internal\Documents\TextBoxView.cs (1)
1292return !FrameworkAppContextSwitches.UseAdornerForTextboxSelectionRendering;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
831(FrameworkAppContextSwitches.UseAdornerForTextboxSelectionRendering) ? AdornerSelectionOpacityDefaultValue : NonAdornerSelectionOpacityDefaultValue;
System\Windows\Controls\RichTextBox.cs (1)
56if (!FrameworkAppContextSwitches.UseAdornerForTextboxSelectionRendering)
System\windows\Documents\TextSelection.cs (1)
1803if (FrameworkAppContextSwitches.UseAdornerForTextboxSelectionRendering