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