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