6 references to SplitButton
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1736
case AutomationControlType.SplitButton: controlType = ControlType.
SplitButton
; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1246
new RoleCtrlType(AccessibleRole.ButtonDropDown, ControlType.
SplitButton
),
1272
new RoleCtrlType(AccessibleRole.SplitButton, ControlType.
SplitButton
),
1313
new CtrlTypePatterns(ControlType.
SplitButton
, InvokePattern.Pattern)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
363
_cControlType = ControlType.
SplitButton
;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
391
_cControlType = ControlType.
SplitButton
;