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