2 references to Int32CollectionConverter
PresentationBuildTasks (2)
Framework\System\Windows\Markup\KnownTypes.cs (2)
3737
case KnownElements.Int32Collection: converterId = KnownElements.
Int32CollectionConverter
; break;
5295
case KnownElements.
Int32CollectionConverter
: t = _asmCore.GetType("System.Windows.Media.Int32CollectionConverter"); break;