2 writes to colorFore
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
4450qaContainer.colorFore = GetOleColorFromColor(p.ForeColor); 4454qaContainer.colorFore = GetOleColorFromColor(SystemColors.WindowText);
1 reference to colorFore
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17621prop.Value = ColorTranslator.FromOle(unchecked((int)pQaContainer.colorFore));