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