6 references to System
PresentationFramework (6)
System\Windows\Application.cs (1)
967
/// <see cref="ThemeMode.
System
"/> - Fluent theme is loaded based on the system theme.
System\Windows\ThemeManager.cs (4)
165
|| themeMode == ThemeMode.
System
;
181
if (themeMode == ThemeMode.
System
)
340
return themeMode == ThemeMode.Light || (themeMode == ThemeMode.
System
&& IsSystemThemeLight());
376
return ThemeMode.
System
;
System\Windows\Window.cs (1)
561
/// <see cref="ThemeMode.
System
"/> - Fluent theme is loaded based on the system theme.