1 write to Width
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
647Width = region.Width;
23 references to Width
PresentationFramework (23)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (23)
323return regionCount + (((rowIndex - region.Top) * region.Width) + columnIndex - region.Left); 647Width = region.Width; 656bool xMatch = (region.Left == Left) && (region.Width == Width); 726remainder.Add(new CellRegion(Left, Top, Width, region.Top - Top)); 748remainder.Add(new CellRegion(Left, region.Bottom + 1, Width, Bottom - region.Bottom)); 1002AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1034AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1090AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1106AddRegion(newIndex, movedRegion.Left, movedRegion.Height, movedRegion.Width, /* notify = */ false); 1118AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1175AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1222AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1281AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1296AddRegion(movedRegion.Top, newIndex, movedRegion.Height, movedRegion.Width, /* notify = */ false); 1308AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1363AddRegion(region.Top, region.Left, region.Height, region.Width); 1382c2.RemoveRegion(region.Top, region.Left, region.Height, region.Width); 1390c1.RemoveRegion(region.Top, region.Left, region.Height, region.Width); 1409if ((region.Width == numColumns) && (region.Height == rows.Count)) 1552columnIndexRanges.Add(region.Width); 1598columnIndex = region.Left + (index % region.Width); 1599rowIndex = region.Top + (index / region.Width);