3 references to SolidColorBrush
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1542
case KnownElements.
SolidColorBrush
: o = new System.Windows.Media.SolidColorBrush(); break;
3760
case KnownElements.
SolidColorBrush
: converterId = KnownElements.BrushConverter; break;
6132
case KnownElements.
SolidColorBrush
: t = typeof(System.Windows.Media.SolidColorBrush); break;