5 references to Int32Collection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\Int32Collection.cs (3)
458Int32Collection collection = new Int32Collection(); 553return new Int32Collection(); 753Int32Collection resource = new Int32Collection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5672bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Int32Collection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1340case KnownElements.Int32Collection: o = new System.Windows.Media.Int32Collection(); break;