5 references to DrawingCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
1227rootChildren = new DrawingCollection();
Core\CSharp\System\Windows\Media\Generated\DrawingCollection.cs (2)
505DrawingCollection collection = new DrawingCollection(); 645return new DrawingCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3931bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.DrawingCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1247case KnownElements.DrawingCollection: o = new System.Windows.Media.DrawingCollection(); break;