1 write to Width
PresentationFramework (1)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
640Width = region.Width;
23 references to Width
PresentationFramework (23)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (23)
318return regionCount + (((rowIndex - region.Top) * region.Width) + columnIndex - region.Left); 640Width = region.Width; 649bool xMatch = (region.Left == Left) && (region.Width == Width); 719remainder.Add(new CellRegion(Left, Top, Width, region.Top - Top)); 741remainder.Add(new CellRegion(Left, region.Bottom + 1, Width, Bottom - region.Bottom)); 995AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1027AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1083AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1099AddRegion(newIndex, movedRegion.Left, movedRegion.Height, movedRegion.Width, /* notify = */ false); 1111AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1168AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1215AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1274AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1289AddRegion(movedRegion.Top, newIndex, movedRegion.Height, movedRegion.Width, /* notify = */ false); 1301AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.Height, keptRegion.Width, /* notify = */ false); 1356AddRegion(region.Top, region.Left, region.Height, region.Width); 1375c2.RemoveRegion(region.Top, region.Left, region.Height, region.Width); 1383c1.RemoveRegion(region.Top, region.Left, region.Height, region.Width); 1402if ((region.Width == numColumns) && (region.Height == rows.Count)) 1545columnIndexRanges.Add(region.Width); 1591columnIndex = region.Left + (index % region.Width); 1592rowIndex = region.Top + (index / region.Width);