4 overrides of IsFirstChunk
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
480
internal override bool
IsFirstChunk
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (1)
757
internal override bool
IsFirstChunk
{ get { return _isFirstChunk; } }
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
1399
internal override bool
IsFirstChunk
{ get { return _isFirstChunk; } }
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (1)
1337
internal override bool
IsFirstChunk
6 references to IsFirstChunk
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (2)
417
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);
595
if (
IsFirstChunk
)
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (2)
421
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);
600
if (
IsFirstChunk
)
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
105
if(listItemParaClient.
IsFirstChunk
)
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
145
_visual.DrawBackgroundAndBorder(backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(),
IsFirstChunk
, IsLastChunk);