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