4 overrides of IsFirstChunk
PresentationFramework (4)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
413
internal override bool
IsFirstChunk
MS\Internal\PtsHost\SubpageParaClient.cs (1)
678
internal override bool
IsFirstChunk
{ get { return _isFirstChunk; } }
MS\Internal\PtsHost\TableParaClient.cs (1)
1306
internal override bool
IsFirstChunk
{ get { return _isFirstChunk; } }
MS\Internal\PtsHost\TextParaClient.cs (1)
1169
internal override bool
IsFirstChunk
6 references to IsFirstChunk
PresentationFramework (6)
MS\Internal\PtsHost\FigureParaClient.cs (2)
361
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);
531
if (
IsFirstChunk
)
MS\Internal\PtsHost\FloaterParaClient.cs (2)
368
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);
539
if (
IsFirstChunk
)
MS\Internal\PtsHost\ListParaClient.cs (1)
91
if(listItemParaClient.
IsFirstChunk
)
MS\Internal\PtsHost\UIElementParaClient.cs (1)
134
_visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);