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