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