3 instantiations of FontWeightConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
894
case -222: o = new System.Windows.
FontWeightConverter
(); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4865
DefaultConstructor = delegate () { return new System.Windows.
FontWeightConverter
(); }
System\Windows\Markup\KnownTypes.cs (1)
1275
case 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)
315
case 222: t = () => typeof(
FontWeightConverter
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2281
TypeConverterType = typeof(System.Windows.
FontWeightConverter
)
3678
TypeConverterType = typeof(System.Windows.
FontWeightConverter
)
3925
TypeConverterType = typeof(System.Windows.
FontWeightConverter
)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
4851
TypeConverterType = typeof(System.Windows.
FontWeightConverter
)
4862
typeof(System.Windows.
FontWeightConverter
),
System\Windows\Markup\KnownTypes.cs (1)
5769
case KnownElements.FontWeightConverter: t = typeof(System.Windows.
FontWeightConverter
); break;