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