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