2 writes to _axInstance
PresentationFramework (2)
System\Windows\Interop\ActiveXHost.cs (2)
558_axInstance = CreateActiveXObject(_clsid); 592_axInstance = null;
10 references to _axInstance
PresentationFramework (10)
System\Windows\Interop\ActiveXHost.cs (10)
556Debug.Assert(_axInstance == null, "_axInstance must be null"); 559Debug.Assert(_axInstance != null, "w/o an exception being thrown we must have an object..."); 585if (_axInstance != null) 591Marshal.FinalReleaseComObject(_axInstance); 790return _axInstance; 941Debug.Assert(_axInstance != null, "The native control is null"); 942_axOleObject = (UnsafeNativeMethods.IOleObject)_axInstance; 943_axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)_axInstance; 944_axOleInPlaceActiveObject = (UnsafeNativeMethods.IOleInPlaceActiveObject)_axInstance; 948AttachInterfaces(_axInstance);