8 references to Metallic
PresentationFramework.Luna (8)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
191color == ThemeColor.Metallic; 1483if (RenderMouseOver && themeColor == ThemeColor.Metallic)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
55color == ThemeColor.Metallic; 115if (themeColor == ThemeColor.Metallic) 130if (themeColor == ThemeColor.Metallic) 145if (themeColor == ThemeColor.Metallic) 248border = new SolidColorBrush((themeColor == ThemeColor.Metallic) ? Color.FromArgb(0xFF, 0x80, 0x80, 0x99) : Color.FromArgb(0xFF, 0xA5, 0xA5, 0x97));
Microsoft\Windows\Themes\ScrollChrome.cs (1)
2053if (themeColor == ThemeColor.Metallic)