3 references to Int32CollectionConverter
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1334case KnownElements.Int32CollectionConverter: o = new System.Windows.Media.Int32CollectionConverter(); break; 3741case KnownElements.Int32Collection: converterId = KnownElements.Int32CollectionConverter; break; 5862case KnownElements.Int32CollectionConverter: t = typeof(System.Windows.Media.Int32CollectionConverter); break;