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