1 write to Height
PresentationFramework (1)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
640
Height
= region.Height;
17 references to Height
PresentationFramework (17)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (17)
640
Height = region.
Height
;
649
bool yMatch = (region.Top == Top) && (region.
Height
==
Height
);
994
AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1026
AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1082
AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1098
AddRegion(newIndex, movedRegion.Left, movedRegion.
Height
, movedRegion.Width, /* notify = */ false);
1110
AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1167
AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1214
AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1273
AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1288
AddRegion(movedRegion.Top, newIndex, movedRegion.
Height
, movedRegion.Width, /* notify = */ false);
1300
AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1355
AddRegion(region.Top, region.Left, region.
Height
, region.Width);
1374
c2.RemoveRegion(region.Top, region.Left, region.
Height
, region.Width);
1382
c1.RemoveRegion(region.Top, region.Left, region.
Height
, region.Width);
1401
if ((region.Width == numColumns) && (region.
Height
== rows.Count))