3 references to UIA_SeparatorControlTypeId
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
67{ AccessibleRole.Separator, UIA_CONTROLTYPE_ID.UIA_SeparatorControlTypeId },
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\ToolStripSeparator.ToolStripSeparatorAccessibleObjectTests.cs (1)
30Assert.Equal(UIA_CONTROLTYPE_ID.UIA_SeparatorControlTypeId, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
95yield return new object[] { AccessibleRole.Separator, UIA_CONTROLTYPE_ID.UIA_SeparatorControlTypeId };