11 references to _starLayoutCombinations
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (11)
61double starLayoutCombinationCount = _starLayoutCombinations.Count; 77StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 99StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 178_starLayoutCombinations.Add(starLayoutInfo); 181int starLayoutIndex = _starLayoutCombinations.Count - 1; 203_starLayoutCombinations.Clear(); 272int starLayoutCombinationCount = _starLayoutCombinations.Count; 283StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 366StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 374StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 423get { return _starLayoutCombinations; }