15 references to Running
PresentationFramework (15)
MS\Internal\Controls\ActiveXContainer.cs (1)
71_host.ActiveXState == ActiveXHelper.ActiveXState.Running)))
MS\Internal\Controls\ActiveXSite.cs (1)
293HostState = ActiveXHelper.ActiveXState.Running;
System\Windows\Controls\WebBrowser.cs (1)
652TransitionUpTo(ActiveXHelper.ActiveXState.Running);
System\Windows\Interop\ActiveXHost.cs (12)
415Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Failed transition"); 416this.ActiveXState = ActiveXHelper.ActiveXState.Running; 418case ActiveXHelper.ActiveXState.Running: 471Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Failed transition"); 472this.ActiveXState = ActiveXHelper.ActiveXState.Running; 474case ActiveXHelper.ActiveXState.Running: 628this.ActiveXState = ActiveXHelper.ActiveXState.Running; 634Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Wrong start state to transition from"); 635if (this.ActiveXState == ActiveXHelper.ActiveXState.Running) 651Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Wrong start state to transition from"); 652if (this.ActiveXState == ActiveXHelper.ActiveXState.Running) 687this.ActiveXState = ActiveXHelper.ActiveXState.Running;