1 type derived from Menu
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
40public class RibbonMenuButton : Menu
2 instantiations of Menu
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7464DefaultConstructor = delegate () { return new System.Windows.Controls.Menu(); },
System\Windows\Markup\KnownTypes.cs (1)
1401case KnownElements.Menu: o = new System.Windows.Controls.Menu(); break;
25 references to Menu
PresentationFramework (23)
System\Windows\Automation\Peers\MenuAutomationPeer.cs (1)
12public MenuAutomationPeer(Menu owner): base(owner)
System\Windows\Controls\Menu.cs (12)
45DefaultStyleKeyProperty.OverrideMetadata(typeof(Menu), new FrameworkPropertyMetadata(typeof(Menu))); 46_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Menu)); 48ItemsPanelProperty.OverrideMetadata(typeof(Menu), new FrameworkPropertyMetadata(GetDefaultPanel())); 49IsTabStopProperty.OverrideMetadata(typeof(Menu), new FrameworkPropertyMetadata(false)); 51KeyboardNavigation.ControlTabNavigationProperty.OverrideMetadata(typeof(Menu), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once)); 52KeyboardNavigation.DirectionalNavigationProperty.OverrideMetadata(typeof(Menu), new FrameworkPropertyMetadata(KeyboardNavigationMode.Cycle)); 54EventManager.RegisterClassHandler(typeof(Menu), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed)); 83typeof(Menu), 102Menu menu = d as Menu; 152return BooleanBoxes.Box(((Menu)d).IsMainMenu);
System\Windows\Controls\MenuItem.cs (3)
770if (LogicalParent is Menu) 781if (LogicalParent is Menu) 2352if (count == 1 && !(parent is Menu))
System\Windows\Controls\ToolBar.cs (1)
476else if (feType == typeof(Menu))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
494case 401: t = () => typeof(Menu); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5468Type type = typeof(System.Windows.Controls.Menu); 5470this.GetXamlType(typeof(System.Windows.Controls.Menu)), // DeclaringType 5477GetDelegate = delegate (object target) { return ((System.Windows.Controls.Menu)target).Items; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7461typeof(System.Windows.Controls.Menu),
System\Windows\Markup\KnownTypes.cs (1)
5948case KnownElements.Menu: t = typeof(System.Windows.Controls.Menu); break;
PresentationUI (2)
artifacts\obj\PresentationUI\x86\Debug\net10.0\MS\Internal\Documents\FindToolBar.g.cs (2)
106internal System.Windows.Controls.Menu OptionsMenu; 238this.OptionsMenu = ((System.Windows.Controls.Menu)(target));