2 writes to _axInstance
PresentationFramework (2)
System\Windows\Interop\ActiveXHost.cs (2)
573_axInstance = CreateActiveXObject(_clsid); 607_axInstance = null;
10 references to _axInstance
PresentationFramework (10)
System\Windows\Interop\ActiveXHost.cs (10)
571Debug.Assert(_axInstance == null, "_axInstance must be null"); 574Debug.Assert(_axInstance != null, "w/o an exception being thrown we must have an object..."); 600if (_axInstance != null) 606Marshal.FinalReleaseComObject(_axInstance); 805return _axInstance; 956Debug.Assert(_axInstance != null, "The native control is null"); 957_axOleObject = (UnsafeNativeMethods.IOleObject)_axInstance; 958_axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)_axInstance; 959_axOleInPlaceActiveObject = (UnsafeNativeMethods.IOleInPlaceActiveObject)_axInstance; 963AttachInterfaces(_axInstance);