8 references to Metallic
PresentationFramework.Luna (8)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
203color == ThemeColor.Metallic; 1457if (RenderMouseOver && themeColor == ThemeColor.Metallic)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
61color == ThemeColor.Metallic; 119if (themeColor == ThemeColor.Metallic) 134if (themeColor == ThemeColor.Metallic) 149if (themeColor == ThemeColor.Metallic) 249border = new SolidColorBrush((themeColor == ThemeColor.Metallic) ? Color.FromArgb(0xFF, 0x80, 0x80, 0x99) : Color.FromArgb(0xFF, 0xA5, 0xA5, 0x97));
Microsoft\Windows\Themes\ScrollChrome.cs (1)
2000if (themeColor == ThemeColor.Metallic)