2 references to FontStyleProperty
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
635
get { return (FontStyle)GetValue(
FontStyleProperty
); }
636
set { SetValue(
FontStyleProperty
, value); }