4 references to Background
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
149
/// DependencyProperty for <see cref="
Background
" /> property.
412
SolidColorBrush controlBrush = decorator.
Background
as SolidColorBrush;
836
Brush background =
Background
;
1340
dc.DrawEllipse(
Background
, null, new Point(6, 6), 4, 4);