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