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