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]; 180_childIndexToStarLayoutIndexMap[starChildIndex] = starLayoutIndex; 200_childIndexToStarLayoutIndexMap.Clear(); 274if (_childIndexToStarLayoutIndexMap.ContainsKey(i)) 276int starLayoutIndex = _childIndexToStarLayoutIndexMap[i]; 306_childIndexToStarLayoutIndexMap.ContainsKey(i)) 308int starLayoutIndex = _childIndexToStarLayoutIndexMap[i];