11 references to _starLayoutCombinations
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (11)
63double starLayoutCombinationCount = _starLayoutCombinations.Count; 79StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 101StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 180_starLayoutCombinations.Add(starLayoutInfo); 183int starLayoutIndex = _starLayoutCombinations.Count - 1; 205_starLayoutCombinations.Clear(); 274int starLayoutCombinationCount = _starLayoutCombinations.Count; 285StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 368StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 376StarLayoutInfo starLayoutInfo = _starLayoutCombinations[starLayoutIndex]; 425get { return _starLayoutCombinations; }