1 write to _host
PresentationFramework (1)
src\Framework\MS\Internal\Controls\ActiveXContainer.cs (1)
44
this.
_host
= host;
6 references to _host
PresentationFramework (6)
src\Framework\MS\Internal\Controls\ActiveXContainer.cs (6)
46
Invariant.Assert(
_host
!= null);
80
Debug.Assert(
_host
!= null, "gotta have the avalon activex host");
82
object ax =
_host
.ActiveXInstance;
91
_host
.ActiveXState == ActiveXHelper.ActiveXState.Running )) )
122
return
_host
.ParentHandle.Handle;
334
get { return
_host
; }