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