5 references to AnchorAlignment
System.Workflow.ComponentModel (5)
AuthoringOM\Design\DesignerWidgets.cs (4)
1442
private
AnchorAlignment
stripAnchor;
1448
public TabControl(DockStyle dockStyle,
AnchorAlignment
stripAnchor)
1467
if (this.stripAnchor ==
AnchorAlignment
.Near)
1489
if (this.stripAnchor ==
AnchorAlignment
.Near)
AuthoringOM\Design\WorkflowView.cs (1)
642
this.toolContainer = new TabControl(DockStyle.Right,
AnchorAlignment
.Far);