11 references to _starLayoutCombinations
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (11)
60
double starLayoutCombinationCount =
_starLayoutCombinations
.Count;
76
StarLayoutInfo starLayoutInfo =
_starLayoutCombinations
[starLayoutIndex];
98
StarLayoutInfo starLayoutInfo =
_starLayoutCombinations
[starLayoutIndex];
177
_starLayoutCombinations
.Add(starLayoutInfo);
180
int starLayoutIndex =
_starLayoutCombinations
.Count - 1;
202
_starLayoutCombinations
.Clear();
271
int starLayoutCombinationCount =
_starLayoutCombinations
.Count;
282
StarLayoutInfo starLayoutInfo =
_starLayoutCombinations
[starLayoutIndex];
365
StarLayoutInfo starLayoutInfo =
_starLayoutCombinations
[starLayoutIndex];
373
StarLayoutInfo starLayoutInfo =
_starLayoutCombinations
[starLayoutIndex];
422
get { return
_starLayoutCombinations
; }