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