2 writes to colorBack
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
4451qaContainer.colorBack = GetOleColorFromColor(p.BackColor); 4455qaContainer.colorBack = GetOleColorFromColor(SystemColors.Window);
1 reference to colorBack
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17618prop.Value = ColorTranslator.FromOle(unchecked((int)pQaContainer.colorBack));