5 references to Type
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\newitemfactorytypemodeltotypenameconverter.cs (2)
26if (model != null && model.Type != null) 28return model.Type.Name;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (3)
474if (object.Equals(containerValueType, factoryModel.Type)) 481object.Equals(defaultItemType, factoryModel.Type)) 501if (object.Equals(containerValueType, defaultItemFactoryTypeModel.Type))