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