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]; 177_starLayoutCombinations.Add(starLayoutInfo); 180int starLayoutIndex = _starLayoutCombinations.Count - 1; 202_starLayoutCombinations.Clear(); 271int starLayoutCombinationCount = _starLayoutCombinations.Count; 282StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 365StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 373StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 422get { return _starLayoutCombinations; }