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