3 writes to _categoryEditorTypes
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (3)
1267_categoryEditorTypes = ExtensibilityAccessor.GetCategoryEditorTypes(_parent.FirstModelProperty.AttachedOwnerType); 1269_categoryEditorTypes = _categoryEditorTypes ?? NoCategoryEditorTypes; 1312_categoryEditorTypes = null;
4 references to _categoryEditorTypes
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (4)
1263if (_categoryEditorTypes == null) 1269_categoryEditorTypes = _categoryEditorTypes ?? NoCategoryEditorTypes; 1272return _categoryEditorTypes == NoCategoryEditorTypes ? null : _categoryEditorTypes;