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