14 instantiations of DrawingBrush
PresentationCore (1)
System\Windows\Media\Generated\DrawingBrush.cs (1)
149return new DrawingBrush();
PresentationFramework (5)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
77DrawingBrush tileBrush = new DrawingBrush(hatchDG)
MS\Internal\Ink\PenCursorManager.cs (1)
248DrawingBrush db = new DrawingBrush(drawing)
System\Windows\Documents\SpellerHighlightLayer.cs (1)
162DrawingBrush brush = new DrawingBrush(drawingGroup)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4220DefaultConstructor = delegate () { return new System.Windows.Media.DrawingBrush(); },
System\Windows\Markup\KnownTypes.cs (1)
1238case KnownElements.DrawingBrush: o = new System.Windows.Media.DrawingBrush(); break;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
56DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
56DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
61DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
61DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
61DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
61DrawingBrush newBrush = new DrawingBrush();
ReachFramework (2)
AlphaFlattener\Utility.cs (1)
1520DrawingBrush db = new DrawingBrush
Serialization\DrawingContextFlattener.cs (1)
291DrawGeometry(new DrawingBrush(drawingImage.Drawing), null, new RectangleGeometry(rectangle));
61 references to DrawingBrush
PresentationCore (7)
System\Windows\Media\Generated\DrawingBrush.cs (7)
41public new DrawingBrush Clone() 43return (DrawingBrush)base.Clone(); 50public new DrawingBrush CloneCurrentValue() 52return (DrawingBrush)base.CloneCurrentValue(); 87DrawingBrush target = ((DrawingBrush) d); 385Type typeofThis = typeof(DrawingBrush);
PresentationFramework (6)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
77DrawingBrush tileBrush = new DrawingBrush(hatchDG)
MS\Internal\Ink\PenCursorManager.cs (1)
248DrawingBrush db = new DrawingBrush(drawing)
System\Windows\Documents\SpellerHighlightLayer.cs (1)
162DrawingBrush brush = new DrawingBrush(drawingGroup)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
273case 180: t = () => typeof(DrawingBrush); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4217typeof(System.Windows.Media.DrawingBrush),
System\Windows\Markup\KnownTypes.cs (1)
5727case KnownElements.DrawingBrush: t = typeof(System.Windows.Media.DrawingBrush); break;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
56DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
56DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
61DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
61DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
61DrawingBrush newBrush = new DrawingBrush();
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
61DrawingBrush newBrush = new DrawingBrush();
PresentationUI (10)
MS\Internal\Documents\DocumentStatusResources.cs (2)
16internal System.Windows.Media.DrawingBrush Image 60private System.Windows.Media.DrawingBrush _image;
MS\Internal\Documents\RightsManagementResourceHelper.cs (4)
109private static DrawingBrush GetDrawingBrushFromStatus(RightsManagementStatus status) 117_brushResources = new DrawingBrush[statusList.Length]; 144_brushResources[index] = resource as DrawingBrush; 154private static DrawingBrush[] _brushResources; // To cache DrawingBrushes.
MS\Internal\Documents\SignatureResourceHelper.cs (4)
135private static DrawingBrush GetDrawingBrushFromStatus(SignatureStatus sigStatus) 143_brushResources = new DrawingBrush[statusList.Length]; 171_brushResources[index] = resource as DrawingBrush; 334private static DrawingBrush[] _brushResources;
ReachFramework (32)
AlphaFlattener\BrushProxy.cs (19)
657if (_brush is DrawingBrush) 659DrawingBrush db = _brush as DrawingBrush; 719if (_brush is DrawingBrush) 726DrawingBrush db = _brush as DrawingBrush; 1069else if (_brush is DrawingBrush) 1244DrawingBrush drawingBrush = _brush as DrawingBrush; 1331DrawingBrush currentBrush = (DrawingBrush)_brush; 1333DrawingBrush newBrush = Utility.CreateNonInheritingDrawingBrush(drawing); 1408private static DrawingBrush CreateDrawingBrush(Drawing drawing, Rect bounds) 1410DrawingBrush brush = Utility.CreateNonInheritingDrawingBrush(drawing); 3049DrawingBrush drawingBrush = Utility.CreateNonInheritingDrawingBrush(drawing); 3146DrawingBrush drawingBrush = Utility.CreateNonInheritingDrawingBrush(drawing); 3183DrawingBrush db = Utility.CreateNonInheritingDrawingBrush(drawingImage.Drawing); 3340if (brushB.Brush is DrawingBrush) 3492else if (_brush is DrawingBrush)
AlphaFlattener\DrawingContext.cs (2)
778if ((brush.Brush != null) && (brush.Brush is DrawingBrush)) 935if ((b == null) || (b is DrawingBrush))
AlphaFlattener\Flattener.cs (1)
60if ((gp.Pen != null) && (gp.Pen.StrokeBrush.Brush is DrawingBrush))
AlphaFlattener\Primitive.cs (4)
418DrawingBrush db = Utility.CreateNonInheritingDrawingBrush(di.Drawing); 784if (_pen != null && _pen.StrokeBrush != null && _pen.StrokeBrush.Brush is DrawingBrush) 797DrawingBrush drawingBrush = _brush.GetRealBrush() as DrawingBrush;
AlphaFlattener\Utility.cs (4)
1518public static DrawingBrush CreateNonInheritingDrawingBrush(Drawing drawing) 1520DrawingBrush db = new DrawingBrush 1555DrawingBrush drawingBrush = brush as DrawingBrush;
Serialization\VisualSerializer.cs (2)
771DrawingBrush db = brush as DrawingBrush;