5 references to DrawingCollection
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
1195
rootChildren = new
DrawingCollection
();
System\Windows\Media\Generated\DrawingCollection.cs (2)
491
DrawingCollection collection = new
DrawingCollection
();
628
return new
DrawingCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3935
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
DrawingCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1246
case KnownElements.DrawingCollection: o = new System.Windows.Media.
DrawingCollection
(); break;