4 references to BackgroundBrush
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (1)
3080graphics.FillRectangle(WorkflowTheme.CurrentTheme.AmbientTheme.BackgroundBrush, activatedBounds);
AuthoringOM\Design\WorkflowLayouts.cs (1)
262graphics.FillRectangle(WorkflowTheme.CurrentTheme.AmbientTheme.BackgroundBrush, rootBounds);
AuthoringOM\Design\WorkflowPrinting.cs (1)
133graphics.FillRectangle(ambientTheme.BackgroundBrush, boundingRectangle);
AuthoringOM\Design\WorkflowView.cs (1)
1604viewPortGraphics.FillRectangle(ambientTheme.BackgroundBrush, workflowView.RootDesigner.Bounds);