1 write to Type
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
446
this.fragmentStack.Push(new ActivityFragment(SchemaContext) {
Type
= parentType.UnderlyingType });
4 references to Type
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (4)
996
Fx.Assert(this.
Type
!= null && IsActivityType(this.
Type
), "Cannot create ErrorActivity for non-Activity property");
998
if (this.
Type
== typeof(Activity))
1004
errorType = typeof(ErrorActivity<>).MakeGenericType(this.
Type
.GetGenericArguments()[0]);