8 references to Metallic
PresentationFramework.Luna (8)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
195color == ThemeColor.Metallic; 1449if (RenderMouseOver && themeColor == ThemeColor.Metallic)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
59color == ThemeColor.Metallic; 117if (themeColor == ThemeColor.Metallic) 132if (themeColor == ThemeColor.Metallic) 147if (themeColor == ThemeColor.Metallic) 247border = new SolidColorBrush((themeColor == ThemeColor.Metallic) ? Color.FromArgb(0xFF, 0x80, 0x80, 0x99) : Color.FromArgb(0xFF, 0xA5, 0xA5, 0x97));
Microsoft\Windows\Themes\ScrollChrome.cs (1)
1994if (themeColor == ThemeColor.Metallic)