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