3 writes to _categoryEditorTypes
System.Activities.Presentation (3)
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.Activities.Presentation (4)
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;