46 references to UIA_ControlTypePropertyId
System.Windows.Forms (46)
winforms\Managed\System\WinForms\ComboBox.cs (7)
4687
case NativeMethods.
UIA_ControlTypePropertyId
:
4979
case NativeMethods.
UIA_ControlTypePropertyId
:
5054
Debug.WriteLine("Edit parent " + _owner.AccessibilityObject.GetPropertyValue(NativeMethods.
UIA_ControlTypePropertyId
));
5105
case NativeMethods.
UIA_ControlTypePropertyId
:
5268
case NativeMethods.
UIA_ControlTypePropertyId
:
5493
case NativeMethods.
UIA_ControlTypePropertyId
:
5655
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (2)
296
case NativeMethods.
UIA_ControlTypePropertyId
:
568
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
1156
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1950
else if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
&& AccessibilityImprovements.Level2)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
1594
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
3267
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
1074
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
1226
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
1502
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
847
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
)
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
421
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
711
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\GroupBox.cs (1)
844
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\Label.cs (1)
1789
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\MenuStrip.cs (1)
301
if (AccessibilityImprovements.Level3 && propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\ProgressBar.cs (1)
950
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5683
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
284
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
282
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2855
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
386
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
271
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
6294
case NativeMethods.
UIA_ControlTypePropertyId
:
6507
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
7002
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
7423
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\StatusStrip.cs (1)
648
if (AccessibilityImprovements.Level3 && propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
5109
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\ToolStripButton.cs (1)
290
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
806
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
222
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\ToolStripGrip.cs (1)
297
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
387
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1266
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
167
if (AccessibilityImprovements.Level3 && propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
500
if (AccessibilityImprovements.Level3 && propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
813
if (propertyID == NativeMethods.
UIA_ControlTypePropertyId
) {
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (1)
269
case NativeMethods.
UIA_ControlTypePropertyId
:
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
936
case NativeMethods.
UIA_ControlTypePropertyId
: