3 instantiations of FontWeightConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
894case -222: o = new System.Windows.FontWeightConverter(); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4865DefaultConstructor = delegate () { return new System.Windows.FontWeightConverter(); }
System\Windows\Markup\KnownTypes.cs (1)
1275case KnownElements.FontWeightConverter: o = new System.Windows.FontWeightConverter(); break;
8 references to FontWeightConverter
PresentationCore (1)
System\Windows\FontWeight.cs (1)
17[TypeConverter(typeof(FontWeightConverter))]
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
315case 222: t = () => typeof(FontWeightConverter); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2281TypeConverterType = typeof(System.Windows.FontWeightConverter) 3678TypeConverterType = typeof(System.Windows.FontWeightConverter) 3925TypeConverterType = typeof(System.Windows.FontWeightConverter)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
4851TypeConverterType = typeof(System.Windows.FontWeightConverter) 4862typeof(System.Windows.FontWeightConverter),
System\Windows\Markup\KnownTypes.cs (1)
5769case KnownElements.FontWeightConverter: t = typeof(System.Windows.FontWeightConverter); break;