1 write to Width
PresentationFramework (1)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
639Width = region.Width;
23 references to Width
PresentationFramework (23)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (23)
317return regionCount + (((rowIndex - region.Top) * region.Width) + columnIndex - region.Left); 639Width = region.Width; 648bool xMatch = (region.Left == Left) && (region.Width == Width); 718remainder.Add(new CellRegion(Left, Top, Width, region.Top - Top)); 740remainder.Add(new CellRegion(Left, region.Bottom + 1, Width, Bottom - region.Bottom)); 994AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1026AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1082AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1098AddRegion(newIndex, movedRegion.Left, movedRegion.Height, movedRegion.Width, /* notify = */ false); 1110AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1167AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1214AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1273AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1288AddRegion(movedRegion.Top, newIndex, movedRegion.Height, movedRegion.Width, /* notify = */ false); 1300AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1355AddRegion(region.Top, region.Left, region.Height, region.Width); 1374c2.RemoveRegion(region.Top, region.Left, region.Height, region.Width); 1382c1.RemoveRegion(region.Top, region.Left, region.Height, region.Width); 1401if ((region.Width == numColumns) && (region.Height == rows.Count)) 1544columnIndexRanges.Add(region.Width); 1590columnIndex = region.Left + (index % region.Width); 1591rowIndex = region.Top + (index / region.Width);