5 references to Int32Collection
PresentationCore (3)
System\Windows\Media\Generated\Int32Collection.cs (3)
426Int32Collection collection = new Int32Collection(); 518return new Int32Collection(); 717Int32Collection resource = new Int32Collection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6192DefaultConstructor = delegate () { return new System.Windows.Media.Int32Collection(); },
System\Windows\Markup\KnownTypes.cs (1)
1332case KnownElements.Int32Collection: o = new System.Windows.Media.Int32Collection(); break;