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