2 writes to _axInstance
PresentationFramework (2)
System\Windows\Interop\ActiveXHost.cs (2)
555_axInstance = CreateActiveXObject(_clsid); 589_axInstance = null;
10 references to _axInstance
PresentationFramework (10)
System\Windows\Interop\ActiveXHost.cs (10)
553Debug.Assert(_axInstance == null, "_axInstance must be null"); 556Debug.Assert(_axInstance != null, "w/o an exception being thrown we must have an object..."); 582if (_axInstance != null) 588Marshal.FinalReleaseComObject(_axInstance); 787return _axInstance; 938Debug.Assert(_axInstance != null, "The native control is null"); 939_axOleObject = (UnsafeNativeMethods.IOleObject)_axInstance; 940_axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)_axInstance; 941_axOleInPlaceActiveObject = (UnsafeNativeMethods.IOleInPlaceActiveObject)_axInstance; 945AttachInterfaces(_axInstance);