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