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