2 references to MenuItem
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1633
case AutomationControlType.
MenuItem
: controlType = ControlType.MenuItem; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
36
return AutomationControlType.
MenuItem
;