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