7 references to UIA_HyperlinkControlTypeId
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleRoleControlTypeMap.cs (1)
47
{ AccessibleRole.Link, UIA_CONTROLTYPE_ID.
UIA_HyperlinkControlTypeId
},
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
55
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_HyperlinkControlTypeId
,
System\Windows\Forms\Controls\Labels\LinkLabel.Link.LinkAccessibleObject.cs (1)
92
UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.
UIA_HyperlinkControlTypeId
,
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\DataGridViewLinkCellAccessibleObjectTests.cs (1)
50
UIA_CONTROLTYPE_ID expected = UIA_CONTROLTYPE_ID.
UIA_HyperlinkControlTypeId
;
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (1)
24
[InlineData(true, (int)UIA_CONTROLTYPE_ID.
UIA_HyperlinkControlTypeId
)]
System\Windows\Forms\AccessibleObjects\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObjectTests.cs (1)
23
[InlineData(true, (int)UIA_CONTROLTYPE_ID.
UIA_HyperlinkControlTypeId
)]
System\Windows\Forms\AccessibleRoleControlTypeMapTests.cs (1)
75
yield return new object[] { AccessibleRole.Link, UIA_CONTROLTYPE_ID.
UIA_HyperlinkControlTypeId
};