4 references to Separator
System.Workflow.Activities (4)
Designers\StateDesigner.cs (2)
1503bounds.Offset(Separator.Width - this.Location.X, Separator.Height - this.Location.Y);
Designers\StateMachineWorkflowDesigner.cs (2)
85minimumSize.Width = Math.Max(minimumSize.Width, ParentView.ViewPortSize.Width - StateDesigner.Separator.Width * 2); 86minimumSize.Height = Math.Max(minimumSize.Height, ParentView.ViewPortSize.Height - StateDesigner.Separator.Height * 2);