10 references to _childIndexToStarLayoutIndexMap
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (10)
74
if (
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
76
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];
92
if (
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
94
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];
186
_childIndexToStarLayoutIndexMap
[starChildIndex] = starLayoutIndex;
206
_childIndexToStarLayoutIndexMap
.Clear();
280
if (
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
282
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];
312
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
314
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];