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