3 references to Menu
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1631case AutomationControlType.Menu: controlType = ControlType.Menu; break;
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\ContextMenuAutomationPeer.cs (1)
36return AutomationControlType.Menu;
src\Framework\System\Windows\Automation\Peers\MenuAutomationPeer.cs (1)
36return AutomationControlType.Menu;