7 references to BottomRight
System.Workflow.Activities (1)
Designers\ServiceDesigner.cs (1)
103
this.WatermarkAlignment = DesignerContentAlignment.
BottomRight
;
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerHelpers.cs (1)
876
else if (foldAlignment == DesignerContentAlignment.
BottomRight
)
AuthoringOM\Design\Themes.cs (4)
1437
private DesignerContentAlignment watermarkAlignment = DesignerContentAlignment.
BottomRight
;
1520
[DefaultValue(DesignerContentAlignment.
BottomRight
)]
1993
private DesignerContentAlignment watermarkAlignment = DesignerContentAlignment.
BottomRight
;
2571
[DefaultValue(DesignerContentAlignment.
BottomRight
)]
AuthoringOM\Design\WorkflowView.cs (1)
1847
fitAllAction.DockAlignment = DesignerContentAlignment.
BottomRight
;