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