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(); 709int hr = _axOleInPlaceObject.UIDeactivate(); 800return _axOleInPlaceObject;