8 references to UIA_ButtonControlTypeId
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ComboBox.cs (1)
5656
return NativeMethods.
UIA_ButtonControlTypeId
;
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
1158
return NativeMethods.
UIA_ButtonControlTypeId
;
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
283
return NativeMethods.
UIA_ButtonControlTypeId
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2864
return NativeMethods.
UIA_ButtonControlTypeId
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
387
return NativeMethods.
UIA_ButtonControlTypeId
;
winforms\Managed\System\WinForms\ToolStripButton.cs (1)
291
return NativeMethods.
UIA_ButtonControlTypeId
;
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
223
return NativeMethods.
UIA_ButtonControlTypeId
;
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
814
return NativeMethods.
UIA_ButtonControlTypeId
;