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