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; 181if (themeMode == ThemeMode.System) 340return themeMode == ThemeMode.Light || (themeMode == ThemeMode.System && IsSystemThemeLight()); 376return ThemeMode.System;
System\Windows\Window.cs (1)
561/// <see cref="ThemeMode.System"/> - Fluent theme is loaded based on the system theme.