Base:
method
GetNextSelectableObject
System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.GetNextSelectableObject(System.Object, System.Workflow.ComponentModel.Design.DesignerNavigationDirection)
1 override of GetNextSelectableObject
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
454
public override object
GetNextSelectableObject
(object obj, DesignerNavigationDirection direction)
1 reference to GetNextSelectableObject
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
457
return base.
GetNextSelectableObject
(obj, direction);