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