6 references to System
PresentationFramework (6)
System\Windows\Application.cs (1)
940/// <see cref="ThemeMode.System"/> - Fluent theme is loaded based on the system theme.
System\Windows\ThemeManager.cs (4)
168|| themeMode == ThemeMode.System; 184if (themeMode == ThemeMode.System) 350return themeMode == ThemeMode.Light || (themeMode == ThemeMode.System && IsSystemThemeLight()); 386return ThemeMode.System;
System\Windows\Window.cs (1)
552/// <see cref="ThemeMode.System"/> - Fluent theme is loaded based on the system theme.