1 write to Height
PresentationFramework (1)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
641
Height
= region.Height;
17 references to Height
PresentationFramework (17)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (17)
641
Height = region.
Height
;
650
bool yMatch = (region.Top == Top) && (region.
Height
==
Height
);
995
AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1027
AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1083
AddRegion(keptRegion.Top - 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1099
AddRegion(newIndex, movedRegion.Left, movedRegion.
Height
, movedRegion.Width, /* notify = */ false);
1111
AddRegion(keptRegion.Top + 1, keptRegion.Left, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1168
AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1215
AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1274
AddRegion(keptRegion.Top, keptRegion.Left - 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1289
AddRegion(movedRegion.Top, newIndex, movedRegion.
Height
, movedRegion.Width, /* notify = */ false);
1301
AddRegion(keptRegion.Top, keptRegion.Left + 1, keptRegion.
Height
, keptRegion.Width, /* notify = */ false);
1356
AddRegion(region.Top, region.Left, region.
Height
, region.Width);
1375
c2.RemoveRegion(region.Top, region.Left, region.
Height
, region.Width);
1383
c1.RemoveRegion(region.Top, region.Left, region.
Height
, region.Width);
1402
if ((region.Width == numColumns) && (region.
Height
== rows.Count))