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