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