4 overrides of IsFirstChunk
PresentationFramework (4)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
418
internal override bool
IsFirstChunk
MS\Internal\PtsHost\SubpageParaClient.cs (1)
682
internal override bool
IsFirstChunk
{ get { return _isFirstChunk; } }
MS\Internal\PtsHost\TableParaClient.cs (1)
1312
internal override bool
IsFirstChunk
{ get { return _isFirstChunk; } }
MS\Internal\PtsHost\TextParaClient.cs (1)
1175
internal override bool
IsFirstChunk
6 references to IsFirstChunk
PresentationFramework (6)
MS\Internal\PtsHost\FigureParaClient.cs (2)
366
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);
536
if (
IsFirstChunk
)
MS\Internal\PtsHost\FloaterParaClient.cs (2)
372
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);
543
if (
IsFirstChunk
)
MS\Internal\PtsHost\ListParaClient.cs (1)
95
if(listItemParaClient.
IsFirstChunk
)
MS\Internal\PtsHost\UIElementParaClient.cs (1)
138
_visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);