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