12 references to Modal
System.Windows.Forms (12)
System\Windows\Forms\Control.Ime.cs (1)
639
if ((appForm is null || appForm.
Modal
) && !topMostWinformsParent.ContainsFocus)
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (1)
30
_isModal ??= this.TryGetOwnerAs(out DataGridView? owner) && owner.TopMostParent is Form {
Modal
: true };
System\Windows\Forms\Form.AccessibleObject.cs (1)
39
UIA_PROPERTY_ID.UIA_IsDialogPropertyId => (VARIANT)(this.TryGetOwnerAs(out Form? owner) && owner.
Modal
),
System\Windows\Forms\Form.cs (8)
4859
if (!
Modal
)
4887
if (!
Modal
)
5700
if (
Modal
)
6640
Application.FormActivated(
Modal
, true);
6642
Application.FormActivated(
Modal
, Active);
6698
if (
Modal
)
6785
if (
Modal
)
7004
if (
Modal
&& _dialogResult == DialogResult.None)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
910
if (_topLevelControl is not Form topForm || (topForm is not null && !topForm.
Modal
))