3 references to UIA_AppBarControlTypeId
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
1423
Assert.True(actual is >= UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId and <= UIA_CONTROLTYPE_ID.
UIA_AppBarControlTypeId
);
System\Windows\Forms\AccessibleObjects\ToolStripItemAccessibleObjectTests.cs (1)
170
Assert.True(actual is >= UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId and <= UIA_CONTROLTYPE_ID.
UIA_AppBarControlTypeId
);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
30
Assert.True(actual is >= UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId and <= UIA_CONTROLTYPE_ID.
UIA_AppBarControlTypeId
);