13 references to Modal
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Control.Ime.cs (1)
837if( (appForm == null || appForm.Modal) && !topMostWinformsParent.ContainsFocus ) {
winforms\Managed\System\WinForms\Form.cs (8)
5426if (!Modal) { 5463if (!Modal) { 6149else if (Modal) { 6945Application.FormActivated(this.Modal, true); // inform MsoComponentManager we're active 6947Application.FormActivated(this.Modal, Active); // inform MsoComponentManager we're active 7002if (Modal) { 7072if (Modal) { 7346if (Modal && dialogResult == DialogResult.None) {
winforms\Managed\System\WinForms\ToolTip.cs (1)
1058if (topForm == null || (topForm != null && !topForm.Modal))
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowView.cs (3)
250if (!Application.MessageLoop || (host != null && host.Modal)) 541if (!Application.MessageLoop || (host != null && host.Modal)) 555if (host != null && host.Modal)