Base:
property
this
System.Activities.Presentation.PropertyEditing.CategoryEntry.this[System.String]
3 references to
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
995PropertyEntry property = category[propertyName];
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (1)
60if ((foundProperty = (ModelPropertyEntry)category[propertyName]) != null) {
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (1)
63if ((foundProperty = (ModelPropertyEntry)category[propertyName]) != null) {