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); 1927if(IsLastChunk && rowIndex == arrayTableRowDesc.Length - 1) 2543int calculatedBPBottom = IsLastChunk ? mbpInfo.BPBottom : 0;