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