1 write to exceptionTypeFullName
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (1)
82this.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)
80if (this.exceptionTypeFullName == null) 84return this.exceptionTypeFullName;