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