15 references to Running
PresentationFramework (15)
MS\Internal\Controls\ActiveXContainer.cs (1)
69_host.ActiveXState == ActiveXHelper.ActiveXState.Running)))
MS\Internal\Controls\ActiveXSite.cs (1)
292HostState = ActiveXHelper.ActiveXState.Running;
System\Windows\Controls\WebBrowser.cs (1)
651TransitionUpTo(ActiveXHelper.ActiveXState.Running);
System\Windows\Interop\ActiveXHost.cs (12)
411Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Failed transition"); 412this.ActiveXState = ActiveXHelper.ActiveXState.Running; 414case ActiveXHelper.ActiveXState.Running: 467Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Failed transition"); 468this.ActiveXState = ActiveXHelper.ActiveXState.Running; 470case ActiveXHelper.ActiveXState.Running: 624this.ActiveXState = ActiveXHelper.ActiveXState.Running; 630Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Wrong start state to transition from"); 631if (this.ActiveXState == ActiveXHelper.ActiveXState.Running) 647Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Wrong start state to transition from"); 648if (this.ActiveXState == ActiveXHelper.ActiveXState.Running) 683this.ActiveXState = ActiveXHelper.ActiveXState.Running;