2 writes to _axOleInPlaceObject
PresentationFramework (2)
System\Windows\Interop\ActiveXHost.cs (2)
958
_axOleInPlaceObject
= (UnsafeNativeMethods.IOleInPlaceObject)_axInstance;
969
_axOleInPlaceObject
= null;
3 references to _axOleInPlaceObject
PresentationFramework (3)
System\Windows\Interop\ActiveXHost.cs (3)
697
_axOleInPlaceObject
.InPlaceDeactivate();
723
int hr =
_axOleInPlaceObject
.UIDeactivate();
814
return
_axOleInPlaceObject
;