2 references to ImageSizeProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (2)
27get { return (RibbonImageSize)GetValue(ImageSizeProperty); } 28set { SetValue(ImageSizeProperty, value); }