4 references to averageItemHeightInfo
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (2)
398galleryItemCount += category.averageItemHeightInfo.Count; 399galleryItemCumulativeHeight += category.averageItemHeightInfo.CumulativeHeight;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (2)
62category.averageItemHeightInfo.Count = childrenCount; 63category.averageItemHeightInfo.CumulativeHeight = sumOfHeight;