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