2 writes to BindingName
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (2)
44
this.bindingElements.Add(new BindingDescriptor {
BindingName
= (string)(this.TryFindResource("bindingEditorEmptyBindingLabel") ?? "none"), Value = null });
51
.Select<BindingCollectionElement, BindingDescriptor>(p => new BindingDescriptor() {
BindingName
= p.BindingName, Value = p }));
3 references to BindingName
System.Activities.Core.Presentation (3)
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (3)
85
instance.Name = entry.
BindingName
;
118
toSelect = editor.bindingElements.Where(where).Where(p => string.Equals(p.
BindingName
, bindingName)).FirstOrDefault();
154
return
BindingName
;