10 references to _childIndexToStarLayoutIndexMap
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (10)
74if (_childIndexToStarLayoutIndexMap.ContainsKey(i)) 76int starLayoutIndex = _childIndexToStarLayoutIndexMap[i]; 92if (_childIndexToStarLayoutIndexMap.ContainsKey(i)) 94int starLayoutIndex = _childIndexToStarLayoutIndexMap[i]; 186_childIndexToStarLayoutIndexMap[starChildIndex] = starLayoutIndex; 206_childIndexToStarLayoutIndexMap.Clear(); 280if (_childIndexToStarLayoutIndexMap.ContainsKey(i)) 282int starLayoutIndex = _childIndexToStarLayoutIndexMap[i]; 312_childIndexToStarLayoutIndexMap.ContainsKey(i)) 314int starLayoutIndex = _childIndexToStarLayoutIndexMap[i];