2 writes to axOleInPlaceObject
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
1086
this.
axOleInPlaceObject
= (UnsafeNativeMethods.IOleInPlaceObject)activeXInstance;
1097
this.
axOleInPlaceObject
= null;
2 references to axOleInPlaceObject
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
310
if (
axOleInPlaceObject
!= null)
1317
return this.
axOleInPlaceObject
;