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