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