5 references to SolidColorBrush
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (1)
132return 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)
9122bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.SolidColorBrush(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1543case KnownElements.SolidColorBrush: o = new System.Windows.Media.SolidColorBrush(); break;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
525SolidColorBrush temp = new SolidColorBrush();