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