7 references to BorderBrush
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
191
_visual.DrawBackgroundAndBorder(backgroundBrush, mbp.
BorderBrush
, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
MS\Internal\PtsHost\FigureParaClient.cs (1)
361
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.
BorderBrush
, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
368
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.
BorderBrush
, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
MS\Internal\PtsHost\ListParaClient.cs (1)
73
_visual.DrawBackgroundAndBorderIntoContext(ctx, backgroundBrush, mbp.
BorderBrush
, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
MS\Internal\PtsHost\SubpageParaClient.cs (1)
294
Visual.DrawBackgroundAndBorder(backgroundBrush, mbpInfo.
BorderBrush
, mbpInfo.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
MS\Internal\PtsHost\TableParaClient.cs (1)
227
_visual.DrawBackgroundAndBorderIntoContext(dc, backgroundBrush, mbpInfo.
BorderBrush
, mbpInfo.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
MS\Internal\PtsHost\UIElementParaClient.cs (1)
134
_visual.DrawBackgroundAndBorder(backgroundBrush, mbp.
BorderBrush
, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);