4 overrides of IsFirstChunk
PresentationFramework (4)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
412
internal override bool
IsFirstChunk
MS\Internal\PtsHost\SubpageParaClient.cs (1)
677
internal override bool
IsFirstChunk
{ get { return _isFirstChunk; } }
MS\Internal\PtsHost\TableParaClient.cs (1)
1305
internal override bool
IsFirstChunk
{ get { return _isFirstChunk; } }
MS\Internal\PtsHost\TextParaClient.cs (1)
1168
internal override bool
IsFirstChunk
6 references to IsFirstChunk
PresentationFramework (6)
MS\Internal\PtsHost\FigureParaClient.cs (2)
357
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);
527
if (
IsFirstChunk
)
MS\Internal\PtsHost\FloaterParaClient.cs (2)
364
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);
535
if (
IsFirstChunk
)
MS\Internal\PtsHost\ListParaClient.cs (1)
90
if(listItemParaClient.
IsFirstChunk
)
MS\Internal\PtsHost\UIElementParaClient.cs (1)
133
_visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);