8 references to Metallic
PresentationFramework.Luna (8)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
192color == ThemeColor.Metallic; 1446if (RenderMouseOver && themeColor == ThemeColor.Metallic)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
56color == ThemeColor.Metallic; 114if (themeColor == ThemeColor.Metallic) 129if (themeColor == ThemeColor.Metallic) 144if (themeColor == ThemeColor.Metallic) 244border = new SolidColorBrush((themeColor == ThemeColor.Metallic) ? Color.FromArgb(0xFF, 0x80, 0x80, 0x99) : Color.FromArgb(0xFF, 0xA5, 0xA5, 0x97));
Microsoft\Windows\Themes\ScrollChrome.cs (1)
1990if (themeColor == ThemeColor.Metallic)