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