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];
183
_childIndexToStarLayoutIndexMap
[starChildIndex] = starLayoutIndex;
203
_childIndexToStarLayoutIndexMap
.Clear();
277
if (
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
279
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];
309
_childIndexToStarLayoutIndexMap
.ContainsKey(i))
311
int starLayoutIndex =
_childIndexToStarLayoutIndexMap
[i];