2 writes to _axInstance
PresentationFramework (2)
src\Framework\System\Windows\Interop\ActiveXHost.cs (2)
639_axInstance = CreateActiveXObject(_clsid.Value); 680_axInstance = null;
10 references to _axInstance
PresentationFramework (10)
src\Framework\System\Windows\Interop\ActiveXHost.cs (10)
637Debug.Assert(_axInstance == null, "_axInstance must be null"); 640Debug.Assert(_axInstance != null, "w/o an exception being thrown we must have an object..."); 673if (_axInstance != null) 679Marshal.FinalReleaseComObject(_axInstance); 933return _axInstance; 1096Debug.Assert(_axInstance != null, "The native control is null"); 1097_axOleObject = (UnsafeNativeMethods.IOleObject)_axInstance; 1098_axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)_axInstance; 1099_axOleInPlaceActiveObject = (UnsafeNativeMethods.IOleInPlaceActiveObject)_axInstance; 1103AttachInterfaces(_axInstance);