2 overrides of BindingType
System.ServiceModel (2)
System\ServiceModel\Configuration\CustomBindingCollectionElement.cs (1)
24
public override Type
BindingType
System\ServiceModel\Configuration\StandardBindingCollectionElement.cs (1)
24
public override Type
BindingType
3 references to BindingType
System.Activities.Core.Presentation (3)
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (3)
82
else if (Binding == null || !(Binding is ModelItem) || !((ModelItem)Binding).ItemType.Equals(entry.Value.
BindingType
))
84
Binding instance = (Binding)Activator.CreateInstance(entry.Value.
BindingType
);
115
Func<BindingDescriptor, bool> where = p => null != p.Value && p.Value.
BindingType
== bindingType;