7 references to DISPID_AMBIENT_FONT
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.cs (2)
790AmbientChanged(PInvokeCore.DISPID_AMBIENT_FONT); 2092case PInvokeCore.DISPID_AMBIENT_FONT:
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
163new("Font", PInvokeCore.DISPID_AMBIENT_FONT), 204AmbientProperty property = LookupAmbient(PInvokeCore.DISPID_AMBIENT_FONT); 208using VARIANT value = GetAmbientProperty(PInvokeCore.DISPID_AMBIENT_FONT); 1372prop = LookupAmbient(PInvokeCore.DISPID_AMBIENT_FONT);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
531AmbientChanged(PInvokeCore.DISPID_AMBIENT_FONT);