1 write to exceptionTypeShortName
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (1)
70this.exceptionTypeShortName = TypeNameHelper.GetDisplayName((Type)this.ModelItem.Properties["ExceptionType"].Value.GetCurrentValue(), false);
2 references to exceptionTypeShortName
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (2)
68if (this.exceptionTypeShortName == null) 72return this.exceptionTypeShortName;