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