2 references to FontSizeProperty
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
638get { return (double)GetValue(FontSizeProperty); } 639set { SetValue(FontSizeProperty, value); }