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