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