8 references to DrawingBrush
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
173return new DrawingBrush();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3918bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.DrawingBrush(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1246case KnownElements.DrawingBrush: o = new System.Windows.Media.DrawingBrush(); break;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
64DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
79DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
79DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
79DrawingBrush newBrush = new DrawingBrush();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (1)
220DrawingBrush icon = new DrawingBrush();