4 references to BackgroundProperty
PresentationFramework (4)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
645this.PageVisual.DrawBackground((Brush)_structuralCache.PropertyOwner.GetValue(FlowDocument.BackgroundProperty), contentViewport); 863this.PageVisual.DrawBackground((Brush)_structuralCache.PropertyOwner.GetValue(FlowDocument.BackgroundProperty), new Rect(_partitionSize));
System\Windows\Documents\FlowDocument.cs (2)
309get { return (Brush) GetValue(BackgroundProperty); } 310set { SetValue(BackgroundProperty, value); }