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