3 instantiations of FontWeightConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
895
case -222: o = new System.Windows.
FontWeightConverter
(); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4489
bamlType.DefaultConstructor = delegate() { return new System.Windows.
FontWeightConverter
(); };
System\Windows\Markup\KnownTypes.cs (1)
1282
case 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)
316
case 222: t = () => typeof(
FontWeightConverter
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2235
bamlMember.TypeConverterType = typeof(System.Windows.
FontWeightConverter
);
3526
bamlMember.TypeConverterType = typeof(System.Windows.
FontWeightConverter
);
3747
bamlMember.TypeConverterType = typeof(System.Windows.
FontWeightConverter
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
4477
bamlType.TypeConverterType = typeof(System.Windows.
FontWeightConverter
);
4487
typeof(System.Windows.
FontWeightConverter
),
System\Windows\Markup\KnownTypes.cs (1)
5776
case KnownElements.FontWeightConverter: t = typeof(System.Windows.
FontWeightConverter
); break;