3 instantiations of FontWeightConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
895case -222: o = new System.Windows.FontWeightConverter(); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4866DefaultConstructor = delegate () { return new System.Windows.FontWeightConverter(); }
System\Windows\Markup\KnownTypes.cs (1)
1276case KnownElements.FontWeightConverter: o = new System.Windows.FontWeightConverter(); break;
8 references to FontWeightConverter
PresentationCore (1)
System\Windows\FontWeight.cs (1)
18[TypeConverter(typeof(FontWeightConverter))]
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
316case 222: t = () => typeof(FontWeightConverter); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2282TypeConverterType = typeof(System.Windows.FontWeightConverter) 3679TypeConverterType = typeof(System.Windows.FontWeightConverter) 3926TypeConverterType = typeof(System.Windows.FontWeightConverter)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
4852TypeConverterType = typeof(System.Windows.FontWeightConverter) 4863typeof(System.Windows.FontWeightConverter),
System\Windows\Markup\KnownTypes.cs (1)
5770case KnownElements.FontWeightConverter: t = typeof(System.Windows.FontWeightConverter); break;