1 write to Height
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
648
Height
= region.Height;
17 references to Height
PresentationFramework (17)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (17)
648
Height = region.
Height
;
657
bool yMatch = (region.Top == Top) && (region.
Height
==
Height
);
1002
AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1034
AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1090
AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1106
AddRegion(newIndex, movedRegion.Left, movedRegion.
Height
, movedRegion.Width, /* notify = */ false);
1118
AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1175
AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1222
AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1281
AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1296
AddRegion(movedRegion.Top, newIndex, movedRegion.
Height
, movedRegion.Width, /* notify = */ false);
1308
AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1363
AddRegion(region.Top, region.Left, region.
Height
, region.Width);
1382
c2.RemoveRegion(region.Top, region.Left, region.
Height
, region.Width);
1390
c1.RemoveRegion(region.Top, region.Left, region.
Height
, region.Width);
1409
if ((region.Width == numColumns) && (region.
Height
== rows.Count))