9 references to RibbonMenuItemsPanel
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (1)
26OrientationProperty.OverrideMetadata(typeof(RibbonMenuItemsPanel), new FrameworkPropertyMetadata(Orientation.Vertical));
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
52ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(RibbonMenuItemsPanel)));
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
215public static Size GetMinDropDownSize(RibbonMenuItemsPanel itemsHost, Popup popup, Thickness borderThickness)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (3)
57ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(RibbonMenuItemsPanel))); 1297internal RibbonMenuItemsPanel InternalItemsHost 1334private RibbonMenuItemsPanel _itemsHost;
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (3)
55ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(RibbonMenuItemsPanel))); 1405internal RibbonMenuItemsPanel InternalItemsHost 1595RibbonMenuItemsPanel _itemsHost;