4 writes to _propertyValueEditor
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (4)
998_propertyValueEditor = 1004_propertyValueEditor = new BoolViewEditor(); 1007_propertyValueEditor = _propertyValueEditor == null ? NoPropertyValueEditor : _propertyValueEditor; 1310_propertyValueEditor = null;
6 references to _propertyValueEditor
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (6)
995if (_propertyValueEditor == null) 1002if (_propertyValueEditor == null && _parent.PropertyType == typeof(bool)) 1007_propertyValueEditor = _propertyValueEditor == null ? NoPropertyValueEditor : _propertyValueEditor; 1010return _propertyValueEditor == NoPropertyValueEditor ? null : _propertyValueEditor;