3 instantiations of AmbientProperty
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (3)
163
new
("Font", PInvokeCore.DISPID_AMBIENT_FONT),
164
new
("BackColor", PInvokeCore.DISPID_AMBIENT_BACKCOLOR),
165
new
("ForeColor", PInvokeCore.DISPID_AMBIENT_FORECOLOR)
6 references to AmbientProperty
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (6)
134
private readonly
AmbientProperty
[] _ambientProperties;
179
AmbientProperty
property = LookupAmbient(PInvokeCore.DISPID_AMBIENT_BACKCOLOR);
204
AmbientProperty
property = LookupAmbient(PInvokeCore.DISPID_AMBIENT_FONT);
240
AmbientProperty
property = LookupAmbient(PInvokeCore.DISPID_AMBIENT_FORECOLOR);
1194
private
AmbientProperty
LookupAmbient(int dispid)
1363
AmbientProperty
prop = LookupAmbient(PInvokeCore.DISPID_AMBIENT_BACKCOLOR);