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