9 references to RibbonMenuItemsPanel
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (1)
21OrientationProperty.OverrideMetadata(typeof(RibbonMenuItemsPanel), new FrameworkPropertyMetadata(Orientation.Vertical));
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
49ItemsPanelTemplate 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)
53ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(RibbonMenuItemsPanel))); 1287internal RibbonMenuItemsPanel InternalItemsHost 1324private RibbonMenuItemsPanel _itemsHost;
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (3)
51ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(RibbonMenuItemsPanel))); 1389internal RibbonMenuItemsPanel InternalItemsHost 1578private RibbonMenuItemsPanel _itemsHost;