2 overrides of GetConnectors
System.Workflow.Activities (1)
Designers\WhileDesigner.cs (1)
68protected override Rectangle[] GetConnectors()
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
294protected internal override Rectangle[] GetConnectors()
15 references to GetConnectors
System.Workflow.Activities (1)
Designers\WhileDesigner.cs (1)
70Rectangle[] connectors = base.GetConnectors();
System.Workflow.ComponentModel (14)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
307Rectangle[] connectors = base.GetConnectors();
AuthoringOM\Design\DesignerInterfaces.cs (1)
721Rectangle[] connectors = sequentialActivityDesigner.GetConnectors();
AuthoringOM\Design\SequentialActivityDesigner.cs (12)
97if (GetConnectors().Length == 0 || !Expanded || !IsVisible) 112Rectangle[] connectors = GetConnectors(); 157Rectangle[] connectors = GetConnectors(); 317Rectangle[] connectors = GetConnectors(); 356if (currentIndex >= 0 && (currentIndex + 1) < GetConnectors().Length) 365if (currentIndex > 0 && currentIndex < GetConnectors().Length) 372if (currentIndex >= 0 && currentIndex < GetConnectors().Length) 394return GetConnectors(); 408Rectangle[] connectors = GetConnectors(); 419Rectangle[] connectors = GetConnectors(); 520Rectangle[] connectors = GetConnectors(); 556Rectangle[] connectors = ((SequentialActivityDesigner)designer).GetConnectors();