5 references to VectorCollection
PresentationCore (3)
System\Windows\Media\Generated\VectorCollection.cs (3)
441
VectorCollection collection = new
VectorCollection
();
533
return new
VectorCollection
();
728
VectorCollection resource = new
VectorCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11046
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
VectorCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1648
case KnownElements.VectorCollection: o = new System.Windows.Media.
VectorCollection
(); break;