5 references to DrawingCollection
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
1183
rootChildren = new
DrawingCollection
System\Windows\Media\Generated\DrawingCollection.cs (2)
461
DrawingCollection collection = new
DrawingCollection
();
598
return new
DrawingCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4236
DefaultConstructor = delegate () { return new System.Windows.Media.
DrawingCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1240
case KnownElements.DrawingCollection: o = new System.Windows.Media.
DrawingCollection
(); break;