1 write to converter
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
30this.converter = converter;
12 references to converter
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (12)
47return this.converter.CanConvertFrom(WrapContext(context), sourceType); 57return this.converter.CanConvertTo(WrapContext(context), destinationType); 69object convertedValue = this.converter.ConvertFrom(WrapContext(context), culture, value); 90return this.converter.ConvertTo(WrapContext(context), culture, value, destinationType); 99object value = this.converter.CreateInstance(WrapContext(context), propertyValues); 111return this.converter.GetCreateInstanceSupported(WrapContext(context)); 129PropertyDescriptorCollection props = this.converter.GetProperties(WrapContext(context), value, attributes); 162return this.converter.GetPropertiesSupported(WrapContext(context)); 168StandardValuesCollection values = this.converter.GetStandardValues(WrapContext(context)); 205return this.converter.GetStandardValuesExclusive(WrapContext(context)); 211return this.converter.GetStandardValuesSupported(WrapContext(context)); 222return this.converter.IsValid(WrapContext(context), value);