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)
4866
DefaultConstructor = delegate () { return new System.Windows.
FontWeightConverter
(); }
System\Windows\Markup\KnownTypes.cs (1)
1276
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)
2282
TypeConverterType = typeof(System.Windows.
FontWeightConverter
)
3679
TypeConverterType = typeof(System.Windows.
FontWeightConverter
)
3926
TypeConverterType = typeof(System.Windows.
FontWeightConverter
)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
4852
TypeConverterType = typeof(System.Windows.
FontWeightConverter
)
4863
typeof(System.Windows.
FontWeightConverter
),
System\Windows\Markup\KnownTypes.cs (1)
5770
case KnownElements.FontWeightConverter: t = typeof(System.Windows.
FontWeightConverter
); break;