2 implementations of TargetElement
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
625public UIElement TargetElement
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
430public UIElement TargetElement
4 references to TargetElement
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (2)
374bool considerForAllocation = ((ribbonGroup == null && starLayoutInfoProvider.TargetElement is RibbonGroup) || 375ribbonGroup == starLayoutInfoProvider.TargetElement);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (2)
158UIElement starLayoutTarget = starLayoutInfoProvider.TargetElement; 264UIElement starLayoutTarget = starProvider.TargetElement;