2 writes to _categoryName
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (2)
791_categoryName = ExtensibilityAccessor.GetCategoryName(_parent.FirstModelProperty); 1306_categoryName = null;
3 references to _categoryName
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (3)
789if (_categoryName == null) 794Fx.Assert(_categoryName != null, "_categoryName should not be null"); 795return _categoryName;