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