10 references to Name
System.Workflow.ComponentModel (10)
AuthoringOM\Compiler\Validation\BindValidator.cs (10)
55if (string.IsNullOrEmpty(bind.Name)) 94string dsName = bind.Name; 98dataSourceActivity = Helpers.GetDataSourceActivity(activity, bind.Name, out dsName); 240if (string.IsNullOrEmpty(bind.Name)) 274string dsName = bind.Name; 278dataSourceActivity = Helpers.GetDataSourceActivity(activity, bind.Name, out dsName); 437if (string.IsNullOrEmpty(bind.Name)) 491string dsName = bind.Name; 495dataSourceActivity = Helpers.GetDataSourceActivity(activity, bind.Name, out dsName); 544message = SR.GetString(SR.Error_MethodNotExists, GetFullPropertyName(manager) + ".Name", bind.Name);