15 references to Running
PresentationFramework (15)
src\Framework\MS\Internal\Controls\ActiveXContainer.cs (1)
91_host.ActiveXState == ActiveXHelper.ActiveXState.Running )) )
src\Framework\MS\Internal\Controls\ActiveXSite.cs (1)
338HostState = ActiveXHelper.ActiveXState.Running;
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
888TransitionUpTo(ActiveXHelper.ActiveXState.Running);
src\Framework\System\Windows\Interop\ActiveXHost.cs (12)
469Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Failed transition"); 470this.ActiveXState = ActiveXHelper.ActiveXState.Running; 472case ActiveXHelper.ActiveXState.Running: 525Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Failed transition"); 526this.ActiveXState = ActiveXHelper.ActiveXState.Running; 528case ActiveXHelper.ActiveXState.Running: 722this.ActiveXState = ActiveXHelper.ActiveXState.Running; 735Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Wrong start state to transition from"); 736if (this.ActiveXState == ActiveXHelper.ActiveXState.Running) 759Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Wrong start state to transition from"); 760if (this.ActiveXState == ActiveXHelper.ActiveXState.Running) 802this.ActiveXState = ActiveXHelper.ActiveXState.Running;