1 override of MapToIndex
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerInterfaces.cs (1)
738
public override int
MapToIndex
()
3 references to MapToIndex
System.Workflow.ComponentModel (3)
AuthoringOM\Design\CompositeActivityDesigner.cs (2)
819
int index = insertLocation.
MapToIndex
();
907
int index = moveLocation.
MapToIndex
();
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
818
return new ConnectorHitTestInfo(this, location.HitLocation, lockedActivityOffset + location.
MapToIndex
());