1 write to _host
PresentationFramework (1)
MS\Internal\Controls\ActiveXContainer.cs (1)
28
this.
_host
= host;
6 references to _host
PresentationFramework (6)
MS\Internal\Controls\ActiveXContainer.cs (6)
30
Invariant.Assert(
_host
!= null);
60
Debug.Assert(
_host
!= null, "gotta have the avalon activex host");
62
object ax =
_host
.ActiveXInstance;
71
_host
.ActiveXState == ActiveXHelper.ActiveXState.Running)))
98
return
_host
.ParentHandle.Handle;
246
get { return
_host
; }