2 references to UIA_ToolTipControlTypeId
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
78
{ AccessibleRole.ToolTip, UIA_CONTROLTYPE_ID.
UIA_ToolTipControlTypeId
},
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
106
yield return new object[] { AccessibleRole.ToolTip, UIA_CONTROLTYPE_ID.
UIA_ToolTipControlTypeId
};