2 references to ForegroundProperty
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
658get { return (Brush)GetValue(ForegroundProperty); } 659set { SetValue(ForegroundProperty, value); }