5 references to SolidColorBrush
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (1)
132
return new
SolidColorBrush
();
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (1)
95
_borderBrush = new
SolidColorBrush
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9122
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
SolidColorBrush
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1543
case KnownElements.SolidColorBrush: o = new System.Windows.Media.
SolidColorBrush
(); break;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
525
SolidColorBrush temp = new
SolidColorBrush
();