2 implementations of TargetElement
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
629public UIElement TargetElement
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
431public UIElement TargetElement
4 references to TargetElement
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (2)
375bool considerForAllocation = ((ribbonGroup == null && starLayoutInfoProvider.TargetElement is RibbonGroup) || 376ribbonGroup == starLayoutInfoProvider.TargetElement);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (2)
159UIElement starLayoutTarget = starLayoutInfoProvider.TargetElement; 265UIElement starLayoutTarget = starProvider.TargetElement;