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