Base:
property
IsLastChunk
MS.Internal.PtsHost.BaseParaClient.IsLastChunk
2 references to IsLastChunk
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
229_visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
87_visual.DrawBackgroundAndBorderIntoContext(ctx, backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);