2 references to MaxItemHeightProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
539
get { return (double)GetValue(
MaxItemHeightProperty
); }
540
set { SetValue(
MaxItemHeightProperty
, value); }