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