1 write to UnderlyingArgumentType
System.Activities.Core.Presentation (1)
System\Activities\Presentation\DynamicArgumentDialog.cs (1)
35
UnderlyingArgumentType
= underlyingArgumentType,
10 references to UnderlyingArgumentType
System.Activities.Core.Presentation (10)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (10)
350
Type currentArgumentType = this.
UnderlyingArgumentType
;
489
Fx.Assert(this.
UnderlyingArgumentType
!= null, "UnderlyingArgumentType is not set");
497
if (this.
UnderlyingArgumentType
== ArgumentType)
502
if (this.
UnderlyingArgumentType
.IsGenericType)
504
Type[] innerArgumentTypes = this.
UnderlyingArgumentType
.GetGenericArguments();
605
Type[] genericArguments = this.
UnderlyingArgumentType
.GetGenericArguments();
618
if (this.
UnderlyingArgumentType
== ArgumentType)
623
if (InArgumentType.IsAssignableFrom(this.
UnderlyingArgumentType
))
628
if (OutArgumentType.IsAssignableFrom(this.
UnderlyingArgumentType
))
633
Fx.Assert(InOutArgumentType.IsAssignableFrom(this.
UnderlyingArgumentType
), "UnderlyingArgumentType should be of type OutArgumentType");