11 references to _starLayoutCombinations
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (11)
60double starLayoutCombinationCount = _starLayoutCombinations.Count; 76StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 98StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 174_starLayoutCombinations.Add(starLayoutInfo); 177int starLayoutIndex = _starLayoutCombinations.Count - 1; 199_starLayoutCombinations.Clear(); 268int starLayoutCombinationCount = _starLayoutCombinations.Count; 279StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 362StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 370StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 419get { return _starLayoutCombinations; }