2 references to NoPropertyValueEditor
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (2)
1007_propertyValueEditor = _propertyValueEditor == null ? NoPropertyValueEditor : _propertyValueEditor; 1010return _propertyValueEditor == NoPropertyValueEditor ? null : _propertyValueEditor;