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