2 references to FontWeightProperty
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
650get { return (FontWeight)GetValue(FontWeightProperty); } 651set { SetValue(FontWeightProperty, value); }