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