2 writes to _axOleInPlaceObject
PresentationFramework (2)
System\Windows\Interop\ActiveXHost.cs (2)
944
_axOleInPlaceObject
= (UnsafeNativeMethods.IOleInPlaceObject)_axInstance;
955
_axOleInPlaceObject
= null;
3 references to _axOleInPlaceObject
PresentationFramework (3)
System\Windows\Interop\ActiveXHost.cs (3)
683
_axOleInPlaceObject
.InPlaceDeactivate();
709
int hr =
_axOleInPlaceObject
.UIDeactivate();
800
return
_axOleInPlaceObject
;