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