15 references to Running
PresentationFramework (15)
MS\Internal\Controls\ActiveXContainer.cs (1)
78_host.ActiveXState == ActiveXHelper.ActiveXState.Running)))
MS\Internal\Controls\ActiveXSite.cs (1)
301HostState = ActiveXHelper.ActiveXState.Running;
System\Windows\Controls\WebBrowser.cs (1)
660TransitionUpTo(ActiveXHelper.ActiveXState.Running);
System\Windows\Interop\ActiveXHost.cs (12)
429Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Failed transition"); 430this.ActiveXState = ActiveXHelper.ActiveXState.Running; 432case ActiveXHelper.ActiveXState.Running: 485Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Failed transition"); 486this.ActiveXState = ActiveXHelper.ActiveXState.Running; 488case ActiveXHelper.ActiveXState.Running: 642this.ActiveXState = ActiveXHelper.ActiveXState.Running; 648Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Wrong start state to transition from"); 649if (this.ActiveXState == ActiveXHelper.ActiveXState.Running) 665Debug.Assert(this.ActiveXState == ActiveXHelper.ActiveXState.Running, "Wrong start state to transition from"); 666if (this.ActiveXState == ActiveXHelper.ActiveXState.Running) 701this.ActiveXState = ActiveXHelper.ActiveXState.Running;