3 references to DrawBackgroundAndBorderIntoContext
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
87
_visual.
DrawBackgroundAndBorderIntoContext
(ctx, backgroundBrush, mbp.BorderBrush, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
src\Framework\MS\Internal\PtsHost\ParagraphVisual.cs (1)
50
DrawBackgroundAndBorderIntoContext
(dc, backgroundBrush, borderBrush, borderThickness, renderBounds, isFirstChunk, isLastChunk);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
253
_visual.
DrawBackgroundAndBorderIntoContext
(dc, backgroundBrush, mbpInfo.BorderBrush, mbpInfo.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);