2 references to WidthProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (2)
61
get { return (RibbonControlLength)GetValue(
WidthProperty
); }
62
set { SetValue(
WidthProperty
, value); }