2 writes to _axInstance
PresentationFramework (2)
System\Windows\Interop\ActiveXHost.cs (2)
555
_axInstance
= CreateActiveXObject(_clsid);
589
_axInstance
= null;
10 references to _axInstance
PresentationFramework (10)
System\Windows\Interop\ActiveXHost.cs (10)
553
Debug.Assert(
_axInstance
== null, "_axInstance must be null");
556
Debug.Assert(
_axInstance
!= null, "w/o an exception being thrown we must have an object...");
582
if (
_axInstance
!= null)
588
Marshal.FinalReleaseComObject(
_axInstance
);
787
return
_axInstance
;
938
Debug.Assert(
_axInstance
!= null, "The native control is null");
939
_axOleObject = (UnsafeNativeMethods.IOleObject)
_axInstance
;
940
_axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)
_axInstance
;
941
_axOleInPlaceActiveObject = (UnsafeNativeMethods.IOleInPlaceActiveObject)
_axInstance
;
945
AttachInterfaces(
_axInstance
);