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