8 references to Alert
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
675
or AccessibleRole.
Alert
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
15
{ AccessibleRole.
Alert
, UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId },
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.ControlItemAccessibleObject.cs (1)
117
public override AccessibleRole Role => AccessibleRole.
Alert
;
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
760
yield return new object[] { AccessibleRole.
Alert
};
System\Windows\Forms\AccessibleObjects\ErrorProvider.ControlItem.ControlItemAccessibleObjectTests.cs (1)
25
Assert.Equal(AccessibleRole.
Alert
, accessibleObject.Role);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
41
yield return new object[] { AccessibleRole.
Alert
, UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId };
System\Windows\Forms\ToolStripControlHostTests.cs (2)
2536
c.AccessibleRole = AccessibleRole.
Alert
;
2539
Assert.Equal(AccessibleRole.
Alert
, accessibleObject.Role);