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