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