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)
30
Assert.Equal(UIA_CONTROLTYPE_ID.
UIA_SeparatorControlTypeId
, actual);
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
95
yield return new object[] { AccessibleRole.Separator, UIA_CONTROLTYPE_ID.
UIA_SeparatorControlTypeId
};