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