3 references to Background
PresentationFramework (2)
System\Windows\Documents\FixedPage.cs (2)
153
Brush background = this.
Background
;
435
/// DependencyProperty for <see cref="
Background
" /> property.
ReachFramework (1)
Serialization\VisualTreeFlattener.cs (1)
600
SolidColorBrush colorBrush = fixedPage.
Background
as SolidColorBrush;