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