1 type derived from Menu
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
41public class RibbonMenuButton : Menu
2 instantiations of Menu
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6798bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Menu(); };
System\Windows\Markup\KnownTypes.cs (1)
1408case KnownElements.Menu: o = new System.Windows.Controls.Menu(); break;
25 references to Menu
PresentationFramework (23)
System\Windows\Automation\Peers\MenuAutomationPeer.cs (1)
13public MenuAutomationPeer(Menu owner): base(owner)
System\Windows\Controls\Menu.cs (12)
46DefaultStyleKeyProperty.OverrideMetadata(typeof(Menu), new FrameworkPropertyMetadata(typeof(Menu))); 47_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Menu)); 49ItemsPanelProperty.OverrideMetadata(typeof(Menu), new FrameworkPropertyMetadata(GetDefaultPanel())); 50IsTabStopProperty.OverrideMetadata(typeof(Menu), new FrameworkPropertyMetadata(false)); 52KeyboardNavigation.ControlTabNavigationProperty.OverrideMetadata(typeof(Menu), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once)); 53KeyboardNavigation.DirectionalNavigationProperty.OverrideMetadata(typeof(Menu), new FrameworkPropertyMetadata(KeyboardNavigationMode.Cycle)); 55EventManager.RegisterClassHandler(typeof(Menu), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed)); 84typeof(Menu), 103Menu menu = d as Menu; 153return BooleanBoxes.Box(((Menu)d).IsMainMenu);
System\Windows\Controls\MenuItem.cs (3)
771if (LogicalParent is Menu) 782if (LogicalParent is Menu) 2358if (count == 1 && !(parent is Menu))
System\Windows\Controls\ToolBar.cs (1)
483else if (feType == typeof(Menu))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
495case 401: t = () => typeof(Menu); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5139Type type = typeof(System.Windows.Controls.Menu); 5141this.GetXamlType(typeof(System.Windows.Controls.Menu)), // DeclaringType 5147bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Menu)target).Items; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6796typeof(System.Windows.Controls.Menu),
System\Windows\Markup\KnownTypes.cs (1)
5955case 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));