4 references to Int32Collection
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (3)
2555
case KnownElements.
Int32Collection
:
3740
case KnownElements.
Int32Collection
: converterId = KnownElements.Int32CollectionConverter; break;
5297
case KnownElements.
Int32Collection
: t = _asmCore.GetType("System.Windows.Media.Int32Collection"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
2690
else if (objectType == KnownTypes.Types[(int)KnownElements.
Int32Collection
])