1 write to Bottom
PresentationFramework (1)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
685
Bottom
= Math.Max(prevBottom, region.Bottom);
24 references to Bottom
PresentationFramework (24)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (24)
162
int bottom = region.
Bottom
;
584
return (x >= Left) && (y >= Top) && (x <= Right) && (y <=
Bottom
);
591
(Right >= region.Right) && (
Bottom
>= region.
Bottom
);
597
Intersects(Top,
Bottom
, region.Top, region.
Bottom
);
612
int bottom = Math.Min(
Bottom
, region.
Bottom
);
656
int end = xMatch ?
Bottom
: Right;
658
int compareEnd = xMatch ? region.
Bottom
: region.Right;
681
int prevBottom =
Bottom
;
685
Bottom = Math.Max(prevBottom, region.
Bottom
);
726
int bottom = Math.Min(
Bottom
, region.
Bottom
);
734
int bottom = Math.Min(
Bottom
, region.
Bottom
);
738
if (
Bottom
> region.
Bottom
)
741
remainder.Add(new CellRegion(Left, region.
Bottom
+ 1, Width,
Bottom
- region.
Bottom
));
813
if (region.
Bottom
> bottom)
815
bottom = region.
Bottom
;
1636
for (int rowIndex = region.Top; rowIndex <= region.
Bottom
; rowIndex++)