15 references to Running
PresentationFramework (15)
MS\Internal\Controls\ActiveXContainer.cs (1)
70_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)
414Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Failed transition"); 415this.ActiveXState = ActiveXHelper.ActiveXState.Running; 417case ActiveXHelper.ActiveXState.Running: 470Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Failed transition"); 471this.ActiveXState = ActiveXHelper.ActiveXState.Running; 473case ActiveXHelper.ActiveXState.Running: 627this.ActiveXState = ActiveXHelper.ActiveXState.Running; 633Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Wrong start state to transition from"); 634if (this.ActiveXState == ActiveXHelper.ActiveXState.Running) 650Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Wrong start state to transition from"); 651if (this.ActiveXState == ActiveXHelper.ActiveXState.Running) 686this.ActiveXState = ActiveXHelper.ActiveXState.Running;