Base:
property
IsLastChunk
MS.Internal.PtsHost.BaseParaClient.IsLastChunk
3 references to IsLastChunk
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (3)
253
_visual.DrawBackgroundAndBorderIntoContext(dc, backgroundBrush, mbpInfo.BorderBrush, mbpInfo.Border, _rect.FromTextDpi(), IsFirstChunk,
IsLastChunk
);
1927
if(
IsLastChunk
&& rowIndex == arrayTableRowDesc.Length - 1)
2543
int calculatedBPBottom =
IsLastChunk
? mbpInfo.BPBottom : 0;