1 write to _host
PresentationFramework (1)
MS\Internal\Controls\ActiveXContainer.cs (1)
35
this.
_host
= host;
6 references to _host
PresentationFramework (6)
MS\Internal\Controls\ActiveXContainer.cs (6)
37
Invariant.Assert(
_host
!= null);
67
Debug.Assert(
_host
!= null, "gotta have the avalon activex host");
69
object ax =
_host
.ActiveXInstance;
78
_host
.ActiveXState == ActiveXHelper.ActiveXState.Running)))
105
return
_host
.ParentHandle.Handle;
253
get { return
_host
; }