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