5 references to Int32Collection
PresentationCore (3)
System\Windows\Media\Generated\Int32Collection.cs (3)
415
Int32Collection collection = new
Int32Collection
();
507
return new
Int32Collection
();
702
Int32Collection resource = new
Int32Collection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6193
DefaultConstructor = delegate () { return new System.Windows.Media.
Int32Collection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1333
case KnownElements.Int32Collection: o = new System.Windows.Media.
Int32Collection
(); break;