3 instantiations of PathFigureCollectionConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
920case -445: o = new System.Windows.Media.PathFigureCollectionConverter(); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7389bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.PathFigureCollectionConverter(); };
System\Windows\Markup\KnownTypes.cs (1)
1443case KnownElements.PathFigureCollectionConverter: o = new System.Windows.Media.PathFigureCollectionConverter(); break;
6 references to PathFigureCollectionConverter
PresentationCore (1)
System\Windows\Media\Generated\PathFigureCollection.cs (1)
49[TypeConverter(typeof(PathFigureCollectionConverter))]
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
541case 445: t = () => typeof(PathFigureCollectionConverter); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3206bamlMember.TypeConverterType = typeof(System.Windows.Media.PathFigureCollectionConverter);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
7376bamlType.TypeConverterType = typeof(System.Windows.Media.PathFigureCollectionConverter); 7387typeof(System.Windows.Media.PathFigureCollectionConverter),
System\Windows\Markup\KnownTypes.cs (1)
5999case KnownElements.PathFigureCollectionConverter: t = typeof(System.Windows.Media.PathFigureCollectionConverter); break;