1 write to Height
PresentationFramework (1)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
641Height = region.Height;
17 references to Height
PresentationFramework (17)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (17)
641Height = region.Height; 650bool yMatch = (region.Top == Top) && (region.Height == Height); 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))