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