9 references to RibbonMenuItemsPanel
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (1)
22OrientationProperty.OverrideMetadata(typeof(RibbonMenuItemsPanel), new FrameworkPropertyMetadata(Orientation.Vertical));
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
50ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(RibbonMenuItemsPanel)));
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
209public static Size GetMinDropDownSize(RibbonMenuItemsPanel itemsHost, Popup popup, Thickness borderThickness)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (3)
54ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(RibbonMenuItemsPanel))); 1294internal RibbonMenuItemsPanel InternalItemsHost 1331private RibbonMenuItemsPanel _itemsHost;
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (3)
52ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(RibbonMenuItemsPanel))); 1402internal RibbonMenuItemsPanel InternalItemsHost 1592RibbonMenuItemsPanel _itemsHost;