15 references to Button
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1704
case AutomationControlType.Button: controlType = ControlType.
Button
; break;
PresentationFramework (1)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
519
if (propertyId == AutomationElementIdentifiers.ControlTypeProperty.Id && (int)value != ControlType.
Button
.Id)
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1264
new RoleCtrlType(AccessibleRole.PushButton, ControlType.
Button
),
1299
new CtrlTypePatterns(ControlType.
Button
, InvokePattern.Pattern),
MS\Internal\AutomationProxies\WindowsButton.cs (1)
48
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
877
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
40
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (4)
50
_cControlType = ControlType.
Button
;
55
_cControlType = ControlType.
Button
;
60
_cControlType = ControlType.
Button
;
65
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
374
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
250
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
372
_cControlType = ControlType.
Button
;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
426
_cControlType = ControlType.
Button
;