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