2 implementations of TargetElement
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
634public UIElement TargetElement
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
433public UIElement TargetElement
4 references to TargetElement
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (2)
380bool considerForAllocation = ((ribbonGroup == null && starLayoutInfoProvider.TargetElement is RibbonGroup) || 381ribbonGroup == starLayoutInfoProvider.TargetElement);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (2)
163UIElement starLayoutTarget = starLayoutInfoProvider.TargetElement; 269UIElement starLayoutTarget = starProvider.TargetElement;