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