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