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