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