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)
571
Debug.Assert(
_axInstance
== null, "_axInstance must be null");
574
Debug.Assert(
_axInstance
!= null, "w/o an exception being thrown we must have an object...");
600
if (
_axInstance
!= null)
606
Marshal.FinalReleaseComObject(
_axInstance
);
805
return
_axInstance
;
956
Debug.Assert(
_axInstance
!= null, "The native control is null");
957
_axOleObject = (UnsafeNativeMethods.IOleObject)
_axInstance
;
958
_axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)
_axInstance
;
959
_axOleInPlaceActiveObject = (UnsafeNativeMethods.IOleInPlaceActiveObject)
_axInstance
;
963
AttachInterfaces(
_axInstance
);