3 references to DrawingBrush
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1245
case KnownElements.
DrawingBrush
: o = new System.Windows.Media.DrawingBrush(); break;
3738
case KnownElements.
DrawingBrush
: converterId = KnownElements.BrushConverter; break;
5734
case KnownElements.
DrawingBrush
: t = typeof(System.Windows.Media.DrawingBrush); break;