1 write to exceptionTypeFullName
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (1)
82
this.
exceptionTypeFullName
= TypeNameHelper.GetDisplayName((Type)this.ModelItem.Properties["ExceptionType"].Value.GetCurrentValue(), true);
2 references to exceptionTypeFullName
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (2)
80
if (this.
exceptionTypeFullName
== null)
84
return this.
exceptionTypeFullName
;