1 write to connectorHitInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Design\SequenceDesignerAccessibleObject.cs (1)
100this.connectorHitInfo = new ConnectorHitTestInfo(activityDesigner, HitTestLocations.Designer, connectorIndex);
19 references to connectorHitInfo
System.Workflow.ComponentModel (19)
AuthoringOM\Design\SequenceDesignerAccessibleObject.cs (19)
107return ((SequentialActivityDesigner)this.connectorHitInfo.AssociatedDesigner).InternalRectangleToScreen(this.connectorHitInfo.Bounds); 123return DR.GetString(DR.ConnectorAccessibleDescription, this.connectorHitInfo.GetType().Name); 131return DR.GetString(DR.ConnectorAccessibleHelp, this.connectorHitInfo.GetType().Name); 139return DR.GetString(DR.ConnectorDesc, this.connectorHitInfo.MapToIndex().ToString(CultureInfo.InvariantCulture), Parent.Name); 151return this.connectorHitInfo.AssociatedDesigner.AccessibilityObject; 169if (this.connectorHitInfo.AssociatedDesigner.IsLocked) 172if (!this.connectorHitInfo.AssociatedDesigner.IsVisible) 178state |= (selectionService.GetComponentSelected(this.connectorHitInfo.SelectableObject)) ? AccessibleStates.Selected : AccessibleStates.Selectable; 179state |= (selectionService.PrimarySelection == this.connectorHitInfo.SelectableObject) ? AccessibleStates.Focused : AccessibleStates.Focusable; 190selectionService.SetSelectedComponents(new object[] { this.connectorHitInfo.SelectableObject }, SelectionTypes.Replace); 210object nextSelectableObj = ((CompositeActivityDesigner)this.connectorHitInfo.AssociatedDesigner).GetNextSelectableObject(this.connectorHitInfo, navigate); 232selectionService.SetSelectedComponents(new object[] { this.connectorHitInfo.SelectableObject }, SelectionTypes.Replace); 234selectionService.SetSelectedComponents(new object[] { this.connectorHitInfo.SelectableObject }, SelectionTypes.Add); 236selectionService.SetSelectedComponents(new object[] { this.connectorHitInfo.SelectableObject }, SelectionTypes.Remove); 242if (this.connectorHitInfo.AssociatedDesigner != null && this.connectorHitInfo.AssociatedDesigner.Activity.Site != null) 243return this.connectorHitInfo.AssociatedDesigner.Activity.Site.GetService(serviceType);