4 references to averageItemHeightInfo
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (2)
392
galleryItemCount += category.
averageItemHeightInfo
.Count;
393
galleryItemCumulativeHeight += category.
averageItemHeightInfo
.CumulativeHeight;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (2)
56
category.
averageItemHeightInfo
.Count = childrenCount;
57
category.
averageItemHeightInfo
.CumulativeHeight = sumOfHeight;