2 references to NoTypeConverter
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyIndexer.cs (2)
336
_converter = _converter ??
NoTypeConverter
;
339
return _converter ==
NoTypeConverter
? null : _converter;