2 writes to CellGroup3
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
956extData.CellGroup3 = int.MaxValue; 1021extData.CellGroup3 = i;
5 references to CellGroup3
PresentationFramework (5)
src\Framework\System\Windows\Controls\Grid.cs (5)
649MeasureCellsGroup(extData.CellGroup3, constraint, false, false); 659MeasureCellsGroup(extData.CellGroup3, constraint, false, false); 675double[] group3MinSizes = CacheMinSizes(extData.CellGroup3, true); 688MeasureCellsGroup(extData.CellGroup3, constraint, false, false); 1020cell.Next = extData.CellGroup3;