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