2 writes to _axOleInPlaceObject
PresentationFramework (2)
src\Framework\System\Windows\Interop\ActiveXHost.cs (2)
1098
_axOleInPlaceObject
= (UnsafeNativeMethods.IOleInPlaceObject)_axInstance;
1114
_axOleInPlaceObject
= null;
3 references to _axOleInPlaceObject
PresentationFramework (3)
src\Framework\System\Windows\Interop\ActiveXHost.cs (3)
798
_axOleInPlaceObject
.InPlaceDeactivate();
838
int hr =
_axOleInPlaceObject
.UIDeactivate();
946
return
_axOleInPlaceObject
;