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