2 references to DisableFluentThemeWindowBackdropSwitchName
PresentationFramework (2)
MS\Internal\FrameworkAppContextSwitches.cs (1)
134return LocalAppContext.GetCachedSwitchValue(DisableFluentThemeWindowBackdropSwitchName, ref _DisableFluentThemeWindowBackdrop);
System\AppContextDefaultValues.cs (1)
33LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.DisableFluentThemeWindowBackdropSwitchName, false);