Base:
property
UnderlyingSystemType
System.Type.UnderlyingSystemType
2 references to UnderlyingSystemType
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
1400
for (Type t =
UnderlyingSystemType
; t != null && !isDefined; t = t.BaseType)
1442
Type currentType =
UnderlyingSystemType
;