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