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