15 references to Button
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1705
case AutomationControlType.Button: controlType = ControlType.
Button
; break;
PresentationFramework (1)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
523
if (propertyId == AutomationElementIdentifiers.ControlTypeProperty.Id && (int)value != ControlType.
Button
.Id)
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1265
new RoleCtrlType(AccessibleRole.PushButton, ControlType.
Button
),
1300
new CtrlTypePatterns(ControlType.
Button
, InvokePattern.Pattern),
MS\Internal\AutomationProxies\WindowsButton.cs (1)
49
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
878
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
41
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (4)
51
_cControlType = ControlType.
Button
;
56
_cControlType = ControlType.
Button
;
61
_cControlType = ControlType.
Button
;
66
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
375
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
251
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
373
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
427
_cControlType = ControlType.
Button
;