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