3 references to Int32CollectionConverter
PresentationFramework (3)
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1341case KnownElements.Int32CollectionConverter: o = new System.Windows.Media.Int32CollectionConverter(); break; 3737case KnownElements.Int32Collection: converterId = KnownElements.Int32CollectionConverter; break; 5858case KnownElements.Int32CollectionConverter: t = typeof(System.Windows.Media.Int32CollectionConverter); break;