3 references to UIA_StatusBarControlTypeId
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
73
{ AccessibleRole.StatusBar, UIA_CONTROLTYPE_ID.
UIA_StatusBarControlTypeId
},
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\StatusStrip.StatusStripAccessibleObjectTests.cs (1)
76
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_StatusBarControlTypeId
, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
101
yield return new object[] { AccessibleRole.StatusBar, UIA_CONTROLTYPE_ID.
UIA_StatusBarControlTypeId
};