3 references to FontWeight
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1281
case KnownElements.
FontWeight
: o = new System.Windows.FontWeight(); break;
3718
case KnownElements.
FontWeight
: converterId = KnownElements.FontWeightConverter; break;
5775
case KnownElements.
FontWeight
: t = typeof(System.Windows.FontWeight); break;