22 references to Items
System.WorkflowServices (22)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (22)
174
typeColumn.
Items
.Add(new TypeCellItem(typeof(byte)));
175
typeColumn.
Items
.Add(new TypeCellItem(typeof(sbyte)));
176
typeColumn.
Items
.Add(new TypeCellItem(typeof(int)));
177
typeColumn.
Items
.Add(new TypeCellItem(typeof(uint)));
178
typeColumn.
Items
.Add(new TypeCellItem(typeof(short)));
179
typeColumn.
Items
.Add(new TypeCellItem(typeof(ushort)));
180
typeColumn.
Items
.Add(new TypeCellItem(typeof(long)));
181
typeColumn.
Items
.Add(new TypeCellItem(typeof(ulong)));
182
typeColumn.
Items
.Add(new TypeCellItem(typeof(float)));
183
typeColumn.
Items
.Add(new TypeCellItem(typeof(double)));
184
typeColumn.
Items
.Add(new TypeCellItem(typeof(char)));
185
typeColumn.
Items
.Add(new TypeCellItem(typeof(bool)));
186
typeColumn.
Items
.Add(new TypeCellItem(typeof(object)));
187
typeColumn.
Items
.Add(new TypeCellItem(typeof(string)));
188
typeColumn.
Items
.Add(new TypeCellItem(typeof(decimal)));
189
typeColumn.
Items
.Add(new TypeCellItem(typeof(void)));
195
foreach (TypeCellItem typeCellItem in this.typeColumn.
Items
)
204
this.typeColumn.
Items
.Add(new TypeCellItem(type));
627
typeColumn.
Items
.Add(typeChooserCellItem);
635
directionColumn.
Items
.Add(SR2.GetString(SR2.ParameterDirectionIn));
636
directionColumn.
Items
.Add(SR2.GetString(SR2.ParameterDirectionOut));
637
directionColumn.
Items
.Add(SR2.GetString(SR2.ParameterDirectionRef));