1 instantiation of HelpListItem
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
135
this.operationsListBox.Items.Add(new
HelpListItem
());
1 reference to HelpListItem
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
364
if (this.operationsListBox.Items.Count > 0 && this.operationsListBox.Items[0] is
HelpListItem
)