3 references to VisualBrush
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1651
case KnownElements.
VisualBrush
: o = new System.Windows.Media.VisualBrush(); break;
3759
case KnownElements.
VisualBrush
: converterId = KnownElements.BrushConverter; break;
6283
case KnownElements.
VisualBrush
: t = typeof(System.Windows.Media.VisualBrush); break;