5 references to Int32Collection
PresentationFramework (5)
System\Windows\Markup\KnownTypes.cs (4)
1339
case KnownElements.
Int32Collection
: o = new System.Windows.Media.Int32Collection(); break;
2562
case KnownElements.
Int32Collection
:
3747
case KnownElements.
Int32Collection
: converterId = KnownElements.Int32CollectionConverter; break;
5867
case KnownElements.
Int32Collection
: t = typeof(System.Windows.Media.Int32Collection); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2695
else if (objectType == KnownTypes.Types[(int)KnownElements.
Int32Collection
])