15 references to GetDisplayName
System.Activities.Presentation (15)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\TypeNameHelper.cs (1)
97
sb.Append(TypeNameHelper.
GetDisplayName
(this.generics[this.index++], this.fullName));
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (1)
185
this.ReportError(string.Format(CultureInfo.CurrentUICulture, SR.CannotCreateInstance, TypeNameHelper.
GetDisplayName
(this.Factory.DelegateType, false)), details);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
277
return TypeNameHelper.
GetDisplayName
(type, true);
System.Activities.Presentation\System\Activities\Presentation\Converters\OutlineViewTextConverter.cs (1)
40
displayName = TypeNameHelper.
GetDisplayName
(modelItem.ItemType, false);
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
453
ErrorReporting.ShowErrorMessage(string.Format(CultureInfo.CurrentUICulture, SR.CannotCreateInstance, TypeNameHelper.
GetDisplayName
(type, false)), details);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (3)
294
TypeNameHelper.
GetDisplayName
(variable.Properties[DesignTimeVariable.VariableTypeProperty].ComputedValue as Type, false), null));
371
TypeNameHelper.
GetDisplayName
(argument.Properties["Type"].ComputedValue as Type, false), null));
491
SearchableEntryOption.Property, modelItem, property, TypeNameHelper.
GetDisplayName
(property.PropertyType, false), propertyPath));
System.Activities.Presentation\System\Activities\Presentation\TypeNameConverter.cs (1)
29
return TypeNameHelper.
GetDisplayName
(type, fullName);
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
158
this.typeName.Text = TypeNameHelper.
GetDisplayName
(this.EditedType, false);
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (3)
402
typeEntryTextBox.Text = TypeNameHelper.
GetDisplayName
(this.SelectedType, true);
683
this.displayName = TypeNameHelper.
GetDisplayName
(type, false);
684
this.fullName = TypeNameHelper.
GetDisplayName
(type, true);
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
410
typeName = TypeNameHelper.
GetDisplayName
(type, true);
794
return TypeNameHelper.
GetDisplayName
(this.Type, true);