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