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