public void SetUp() { theRegistry = new BindingRegistry(); var binder = new ConversionPropertyBinder(theRegistry); theDescription = Description.For(binder); theConversionList = theDescription.BulletLists.Single(); }
public void SetUp() { context = new InMemoryBindingContext(); propertyBinder = new ConversionPropertyBinder(new ValueConverterRegistry(new IConverterFamily[0])); }
public void SetUp() { propertyBinder = new ConversionPropertyBinder(new BindingRegistry()); }