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)
50DrawBackgroundAndBorderIntoContext(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);