2 writes to _axOleInPlaceObject
PresentationFramework (2)
System\Windows\Interop\ActiveXHost.cs (2)
943
_axOleInPlaceObject
= (UnsafeNativeMethods.IOleInPlaceObject)_axInstance;
954
_axOleInPlaceObject
= null;
3 references to _axOleInPlaceObject
PresentationFramework (3)
System\Windows\Interop\ActiveXHost.cs (3)
682
_axOleInPlaceObject
.InPlaceDeactivate();
708
int hr =
_axOleInPlaceObject
.UIDeactivate();
799
return
_axOleInPlaceObject
;