10 references to _childIndexToStarLayoutIndexMap
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (10)
72if (_childIndexToStarLayoutIndexMap.ContainsKey(i)) 74int starLayoutIndex = _childIndexToStarLayoutIndexMap[i]; 90if (_childIndexToStarLayoutIndexMap.ContainsKey(i)) 92int starLayoutIndex = _childIndexToStarLayoutIndexMap[i]; 184_childIndexToStarLayoutIndexMap[starChildIndex] = starLayoutIndex; 204_childIndexToStarLayoutIndexMap.Clear(); 278if (_childIndexToStarLayoutIndexMap.ContainsKey(i)) 280int starLayoutIndex = _childIndexToStarLayoutIndexMap[i]; 310_childIndexToStarLayoutIndexMap.ContainsKey(i)) 312int starLayoutIndex = _childIndexToStarLayoutIndexMap[i];