10 references to MenuItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1715
case AutomationControlType.MenuItem: controlType = ControlType.
MenuItem
; break;
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1246
new RoleCtrlType(AccessibleRole.ButtonMenu, ControlType.
MenuItem
),
1256
new RoleCtrlType(AccessibleRole.MenuItem, ControlType.
MenuItem
),
1307
new CtrlTypePatterns(ControlType.
MenuItem
, InvokePattern.Pattern),
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
43
_cControlType = ControlType.
MenuItem
;
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1183
_cControlType = ControlType.
MenuItem
;
2854
_cControlType = ControlType.
MenuItem
;
2916
return ControlType.
MenuItem
.Id;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
396
_cControlType = ControlType.
MenuItem
;
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
37
_cControlType = ControlType.
MenuItem
;