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