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