2 writes to _axOleInPlaceObject
PresentationFramework (2)
System\Windows\Interop\ActiveXHost.cs (2)
940_axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)_axInstance; 951_axOleInPlaceObject = null;
3 references to _axOleInPlaceObject
PresentationFramework (3)
System\Windows\Interop\ActiveXHost.cs (3)
679_axOleInPlaceObject.InPlaceDeactivate(); 705int hr = _axOleInPlaceObject.UIDeactivate(); 796return _axOleInPlaceObject;