7 references to BorderBrush
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
229
_visual.DrawBackgroundAndBorder(backgroundBrush, mbp.
BorderBrush
, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
417
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.
BorderBrush
, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
421
Visual.DrawBackgroundAndBorder(backgroundBrush, mbp.
BorderBrush
, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
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\SubpageParaClient.cs (1)
342
Visual.DrawBackgroundAndBorder(backgroundBrush, mbpInfo.
BorderBrush
, mbpInfo.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
253
_visual.DrawBackgroundAndBorderIntoContext(dc, backgroundBrush, mbpInfo.
BorderBrush
, mbpInfo.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
145
_visual.DrawBackgroundAndBorder(backgroundBrush, mbp.
BorderBrush
, mbp.Border, _rect.FromTextDpi(), IsFirstChunk, IsLastChunk);