10 references to DrawingBrush
PresentationCore (1)
System\Windows\Media\Generated\DrawingBrush.cs (1)
163return new DrawingBrush();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3922bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.DrawingBrush(); };
System\Windows\Markup\KnownTypes.cs (1)
1245case KnownElements.DrawingBrush: o = new System.Windows.Media.DrawingBrush(); break;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
59DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
59DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
64DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
64DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
64DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
64DrawingBrush newBrush = new DrawingBrush();
ReachFramework (1)
AlphaFlattener\Utility.cs (1)
1538DrawingBrush db = new DrawingBrush();