2 writes to CellGroup3
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
893extData.CellGroup3 = int.MaxValue; 958extData.CellGroup3 = i;
5 references to CellGroup3
PresentationFramework (5)
System\Windows\Controls\Grid.cs (5)
587MeasureCellsGroup(extData.CellGroup3, constraint, false, false); 597MeasureCellsGroup(extData.CellGroup3, constraint, false, false); 612double[] group3MinSizes = CacheMinSizes(extData.CellGroup3, true); 625MeasureCellsGroup(extData.CellGroup3, constraint, false, false); 957cell.Next = extData.CellGroup3;