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