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