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