2 writes to _axOleInPlaceObject
PresentationFramework (2)
System\Windows\Interop\ActiveXHost.cs (2)
943_axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)_axInstance; 954_axOleInPlaceObject = null;
3 references to _axOleInPlaceObject
PresentationFramework (3)
System\Windows\Interop\ActiveXHost.cs (3)
682_axOleInPlaceObject.InPlaceDeactivate(); 708int hr = _axOleInPlaceObject.UIDeactivate(); 799return _axOleInPlaceObject;