3 references to AllocatedStarWidthProperty
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (3)
63get { return (double)GetValue(AllocatedStarWidthProperty); } 64set { SetValue(AllocatedStarWidthProperty, value); } 113d.CoerceValue(AllocatedStarWidthProperty);