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