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