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