10 references to _childIndexToStarLayoutIndexMap
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (10)
71if (_childIndexToStarLayoutIndexMap.ContainsKey(i)) 73int starLayoutIndex = _childIndexToStarLayoutIndexMap[i]; 89if (_childIndexToStarLayoutIndexMap.ContainsKey(i)) 91int starLayoutIndex = _childIndexToStarLayoutIndexMap[i]; 183_childIndexToStarLayoutIndexMap[starChildIndex] = starLayoutIndex; 203_childIndexToStarLayoutIndexMap.Clear(); 277if (_childIndexToStarLayoutIndexMap.ContainsKey(i)) 279int starLayoutIndex = _childIndexToStarLayoutIndexMap[i]; 309_childIndexToStarLayoutIndexMap.ContainsKey(i)) 311int starLayoutIndex = _childIndexToStarLayoutIndexMap[i];