4 references to BackgroundProperty
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (2)
666this.PageVisual.DrawBackground((Brush)_structuralCache.PropertyOwner.GetValue(FlowDocument.BackgroundProperty), contentViewport); 885this.PageVisual.DrawBackground((Brush)_structuralCache.PropertyOwner.GetValue(FlowDocument.BackgroundProperty), new Rect(_partitionSize));
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
317get { return (Brush) GetValue(BackgroundProperty); } 318set { SetValue(BackgroundProperty, value); }