6 references to SplitButton
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1735case AutomationControlType.SplitButton: controlType = ControlType.SplitButton; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1245new RoleCtrlType(AccessibleRole.ButtonDropDown, ControlType.SplitButton), 1271new RoleCtrlType(AccessibleRole.SplitButton, ControlType.SplitButton), 1312new CtrlTypePatterns(ControlType.SplitButton, InvokePattern.Pattern)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
362_cControlType = ControlType.SplitButton;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
390_cControlType = ControlType.SplitButton;