10 references to _childIndexToStarLayoutIndexMap
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (10)
71
if (
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
73
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];
89
if (
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
91
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];
180
_childIndexToStarLayoutIndexMap
[starChildIndex] = starLayoutIndex;
200
_childIndexToStarLayoutIndexMap
.Clear();
274
if (
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
276
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];
306
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
308
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];