10 references to MenuItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1716
case AutomationControlType.MenuItem: controlType = ControlType.
MenuItem
; break;
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1247
new RoleCtrlType(AccessibleRole.ButtonMenu, ControlType.
MenuItem
),
1257
new RoleCtrlType(AccessibleRole.MenuItem, ControlType.
MenuItem
),
1308
new CtrlTypePatterns(ControlType.
MenuItem
, InvokePattern.Pattern),
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
44
_cControlType = ControlType.
MenuItem
;
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1184
_cControlType = ControlType.
MenuItem
;
2855
_cControlType = ControlType.
MenuItem
;
2917
return ControlType.
MenuItem
.Id;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
397
_cControlType = ControlType.
MenuItem
;
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
38
_cControlType = ControlType.
MenuItem
;