6 references to System
PresentationFramework (6)
System\Windows\Application.cs (1)
980
/// <see cref="ThemeMode.
System
"/> - Fluent theme is loaded based on the system theme.
System\Windows\ThemeManager.cs (4)
174
|| themeMode == ThemeMode.
System
;
190
if (themeMode == ThemeMode.
System
)
349
return themeMode == ThemeMode.Light || (themeMode == ThemeMode.
System
&& IsSystemThemeLight());
385
return ThemeMode.
System
;
System\Windows\Window.cs (1)
574
/// <see cref="ThemeMode.
System
"/> - Fluent theme is loaded based on the system theme.