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