6 references to SplitButton
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1735
case AutomationControlType.SplitButton: controlType = ControlType.
SplitButton
; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1245
new RoleCtrlType(AccessibleRole.ButtonDropDown, ControlType.
SplitButton
),
1271
new RoleCtrlType(AccessibleRole.SplitButton, ControlType.
SplitButton
),
1312
new 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
;