6 references to SolidColorBrush
PresentationCore (1)
System\Windows\Media\Generated\SolidColorBrush.cs (1)
98
return new
SolidColorBrush
();
PresentationFramework (3)
MS\Internal\PtsHost\MbpInfo.cs (1)
92
_borderBrush = new
SolidColorBrush
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9124
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)
77
background = new
SolidColorBrush
();
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
517
SolidColorBrush temp = new
SolidColorBrush
();