10 references to _childIndexToStarLayoutIndexMap
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (10)
72
if (
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
74
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];
90
if (
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
92
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];
184
_childIndexToStarLayoutIndexMap
[starChildIndex] = starLayoutIndex;
204
_childIndexToStarLayoutIndexMap
.Clear();
278
if (
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
280
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];
310
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
312
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];