Base:
property
IsFirstChunk
MS.Internal.PtsHost.BaseParaClient.IsFirstChunk
5 references to IsFirstChunk
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (5)
169
if (iR == 0 &&
IsFirstChunk
)
253
_visual.DrawBackgroundAndBorderIntoContext(dc, backgroundBrush, mbpInfo.BorderBrush, mbpInfo.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);
1922
if(
IsFirstChunk
&& rowIndex == 0)
2542
int calculatedBPTop =
IsFirstChunk
? mbpInfo.BPTop : 0;
2559
return
IsFirstChunk
? mbp.BPTop : 0;