7 references to SolidColorBrush
PresentationCore (1)
System\Windows\Media\Generated\SolidColorBrush.cs (1)
126return new SolidColorBrush();
PresentationFramework (4)
MS\Internal\PtsHost\MbpInfo.cs (1)
94_borderBrush = new SolidColorBrush();
System\Windows\DwmColorization.cs (1)
171return new SolidColorBrush { Color = color, Opacity = opacity };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9126bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.SolidColorBrush(); };
System\Windows\Markup\KnownTypes.cs (1)
1542case KnownElements.SolidColorBrush: o = new System.Windows.Media.SolidColorBrush(); break;
PresentationFramework.AeroLite (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
80background = new SolidColorBrush();
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
520SolidColorBrush temp = new SolidColorBrush();