15 references to Button
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1705case AutomationControlType.Button: controlType = ControlType.Button; break;
PresentationFramework (1)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
523if (propertyId == AutomationElementIdentifiers.ControlTypeProperty.Id && (int)value != ControlType.Button.Id)
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1265new RoleCtrlType(AccessibleRole.PushButton, ControlType.Button), 1300new 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;