2 implementations of ISupportStarLayout
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
23
public class RibbonGroupsPanel : StackPanel,
ISupportStarLayout
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (1)
16
public class RibbonMenuItemsPanel : VirtualizingStackPanel,
ISupportStarLayout
6 references to ISupportStarLayout
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\Primitives\IContainsStarLayoutManager.cs (1)
13
ISupportStarLayout
StarLayoutManager
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
641
ISupportStarLayout
IContainsStarLayoutManager.StarLayoutManager
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
458
ISupportStarLayout
IContainsStarLayoutManager.StarLayoutManager
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
1370
return (d is
ISupportStarLayout
);
1378
ISupportStarLayout
starLayoutManager = TreeHelper.FindVisualAncestor(starLayoutProvider,
1379
RibbonHelper.IsISupportStarLayout) as
ISupportStarLayout
;