1 instantiation of TypeChooserCellItem
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
626typeChooserCellItem = new TypeChooserCellItem();
4 references to TypeChooserCellItem
System.WorkflowServices (4)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (4)
37TypeChooserCellItem typeChooserCellItem; 225if (combo.DroppedDown && combo.Text.Equals(SR2.GetString(SR2.BrowseType)) && !typeof(TypeChooserCellItem).Equals(currentCell.Value)) 424if (typeof(TypeChooserCellItem).Equals(currentCell.Value)) 880: base(typeof(TypeChooserCellItem))