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