2 writes to _axOleInPlaceObject
PresentationFramework (2)
src\Framework\System\Windows\Interop\ActiveXHost.cs (2)
1098_axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)_axInstance; 1114_axOleInPlaceObject = null;
3 references to _axOleInPlaceObject
PresentationFramework (3)
src\Framework\System\Windows\Interop\ActiveXHost.cs (3)
798_axOleInPlaceObject.InPlaceDeactivate(); 838int hr = _axOleInPlaceObject.UIDeactivate(); 946return _axOleInPlaceObject;