2 references to DisableStylusAndTouchSupportSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
37
return LocalAppContext.GetCachedSwitchValue(
DisableStylusAndTouchSupportSwitchName
, ref _disableStylusAndTouchSupport);
System\AppContextDefaultValues.cs (1)
20
LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.
DisableStylusAndTouchSupportSwitchName
, false);