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