Base:
property
IsFirstChunk
MS.Internal.PtsHost.BaseParaClient.IsFirstChunk
5 references to IsFirstChunk
PresentationFramework (5)
MS\Internal\PtsHost\TableParaClient.cs (5)
156
if (iR == 0 &&
IsFirstChunk
)
233
_visual.DrawBackgroundAndBorderIntoContext(dc, backgroundBrush, mbpInfo.BorderBrush, mbpInfo.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);
1810
if(
IsFirstChunk
&& rowIndex == 0)
2421
int calculatedBPTop =
IsFirstChunk
? mbpInfo.BPTop : 0;
2438
return
IsFirstChunk
? mbp.BPTop : 0;