8 references to Metallic
PresentationFramework.Luna (8)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
192color == ThemeColor.Metallic; 1487if (RenderMouseOver && themeColor == ThemeColor.Metallic)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
56color == ThemeColor.Metallic; 116if (themeColor == ThemeColor.Metallic) 131if (themeColor == ThemeColor.Metallic) 146if (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)
2054if (themeColor == ThemeColor.Metallic)