2 references to DrawingBrush
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (2)
3731
case KnownElements.
DrawingBrush
: converterId = KnownElements.BrushConverter; break;
5265
case KnownElements.
DrawingBrush
: t = _asmCore.GetType("System.Windows.Media.DrawingBrush"); break;