2 references to EnablePointerSupportSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
54return LocalAppContext.GetCachedSwitchValue(EnablePointerSupportSwitchName, ref _enablePointerSupport);
System\AppContextDefaultValues.cs (1)
22LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.EnablePointerSupportSwitchName, false);