1 write to exceptionTypeShortName
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (1)
70
this.
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)
68
if (this.
exceptionTypeShortName
== null)
72
return this.
exceptionTypeShortName
;