6 references to bindingElements
System.Activities.Core.Presentation (6)
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (6)
44this.bindingElements.Add(new BindingDescriptor { BindingName = (string)(this.TryFindResource("bindingEditorEmptyBindingLabel") ?? "none"), Value = null }); 49this.bindingElements.AddRange(section.Bindings.BindingCollections 65this.ItemsSource = this.bindingElements; 116if (editor.bindingElements.Count(where) > 1) 118toSelect = editor.bindingElements.Where(where).Where(p => string.Equals(p.BindingName, bindingName)).FirstOrDefault(); 122toSelect = editor.bindingElements.Where(where).FirstOrDefault();