Base:
property
IsFirstChunk
MS.Internal.PtsHost.BaseParaClient.IsFirstChunk
2 references to IsFirstChunk
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);