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)
557
Debug.Assert(
_axInstance
== null, "_axInstance must be null");
560
Debug.Assert(
_axInstance
!= null, "w/o an exception being thrown we must have an object...");
586
if (
_axInstance
!= null)
592
Marshal.FinalReleaseComObject(
_axInstance
);
791
return
_axInstance
;
942
Debug.Assert(
_axInstance
!= null, "The native control is null");
943
_axOleObject = (UnsafeNativeMethods.IOleObject)
_axInstance
;
944
_axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)
_axInstance
;
945
_axOleInPlaceActiveObject = (UnsafeNativeMethods.IOleInPlaceActiveObject)
_axInstance
;
949
AttachInterfaces(
_axInstance
);