1 write to _host
PresentationFramework (1)
MS\Internal\Controls\ActiveXContainer.cs (1)
27this._host = host;
6 references to _host
PresentationFramework (6)
MS\Internal\Controls\ActiveXContainer.cs (6)
29Invariant.Assert(_host != null); 58Debug.Assert(_host != null, "gotta have the avalon activex host"); 60object ax = _host.ActiveXInstance; 69_host.ActiveXState == ActiveXHelper.ActiveXState.Running))) 96return _host.ParentHandle.Handle; 244get { return _host; }