7 references to DISPID_AMBIENT_BACKCOLOR
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.cs (2)
802AmbientChanged(PInvokeCore.DISPID_AMBIENT_BACKCOLOR); 2103case PInvokeCore.DISPID_AMBIENT_BACKCOLOR:
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
164new("BackColor", PInvokeCore.DISPID_AMBIENT_BACKCOLOR), 179AmbientProperty property = LookupAmbient(PInvokeCore.DISPID_AMBIENT_BACKCOLOR); 183using VARIANT value = GetAmbientProperty(PInvokeCore.DISPID_AMBIENT_BACKCOLOR); 1363AmbientProperty prop = LookupAmbient(PInvokeCore.DISPID_AMBIENT_BACKCOLOR);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
551AmbientChanged(PInvokeCore.DISPID_AMBIENT_BACKCOLOR);