2 writes to axOleControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
1088
this.
axOleControl
= (UnsafeNativeMethods.IOleControl)activeXInstance;
1099
this.
axOleControl
= null;
3 references to axOleControl
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WebBrowserBase.cs (3)
385
int hr = this.
axOleControl
.GetControlInfo(ctlInfo);
402
this.
axOleControl
.OnMnemonic(ref msg);
1245
this.
axOleControl
.OnAmbientPropertyChange(dispid);