2 references to DisableDynamicResourceOptimizationSwitchName
PresentationFramework (2)
MS\Internal\FrameworkAppContextSwitches.cs (1)
147return LocalAppContext.GetCachedSwitchValue(DisableDynamicResourceOptimizationSwitchName, ref _DisableDynamicResourceOptimization);
System\AppContextDefaultValues.cs (1)
34LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.DisableDynamicResourceOptimizationSwitchName, true);