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