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