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