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