2 references to UseAdornerForTextboxSelectionRenderingSwitchName
PresentationFramework (2)
MS\Internal\FrameworkAppContextSwitches.cs (1)
68
return LocalAppContext.GetCachedSwitchValue(
UseAdornerForTextboxSelectionRenderingSwitchName
, ref _useAdornerForTextboxSelectionRendering);
System\AppContextDefaultValues.cs (1)
22
LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.
UseAdornerForTextboxSelectionRenderingSwitchName
, true);