Base:
method
MapToIndex
System.Workflow.ComponentModel.Design.HitTestInfo.MapToIndex()
12 references to MapToIndex
System.Workflow.ComponentModel (12)
AuthoringOM\Design\Connector.cs (1)
602int index = connectorHitTestInfo.MapToIndex();
AuthoringOM\Design\DesignerInterfaces.cs (3)
750destinationConnector.MapToIndex() == MapToIndex()) 759return base.GetHashCode() ^ ((AssociatedDesigner != null) ? AssociatedDesigner.GetHashCode() : 0) ^ MapToIndex().GetHashCode();
AuthoringOM\Design\FreeFormDesigner.cs (2)
374glyphs.Add(new FreeFormConnectorSelectionGlyph(connectorHitInfo.MapToIndex(), (connectorHitInfo == selectionService.PrimarySelection))); 1012int connectorIndex = connector.MapToIndex();
AuthoringOM\Design\SequenceDesignerAccessibleObject.cs (3)
83return GetChild(((ConnectorHitTestInfo)nextSelectableObj).MapToIndex()); 139return DR.GetString(DR.ConnectorDesc, this.connectorHitInfo.MapToIndex().ToString(CultureInfo.InvariantCulture), Parent.Name); 214return new SequentialConnectorAccessibleObject(nextConnector.AssociatedDesigner as SequentialActivityDesigner, nextConnector.MapToIndex());
AuthoringOM\Design\SequentialActivityDesigner.cs (3)
273designerGlyphs.Add(new SequentialConnectorSelectionGlyph(connectorHitTestInfo.MapToIndex(), (selectionService.PrimarySelection == obj))); 348int currentIndex = ((ConnectorHitTestInfo)obj).MapToIndex(); 364int currentIndex = ((ConnectorHitTestInfo)obj).MapToIndex();