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