1 write to Type
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
459
this.xamlStack.Push(new XamlFrame {
Type
= type });
7 references to Type
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (7)
407
collectionType = this.xamlStack.Previous(1).
Type
;
475
XamlType type = this.xamlStack.Current.
Type
;
572
if (!currentFrame.
Type
.IsUnknown)
574
ValidationError(SR.UnknownContent, this.xamlStack.Current.
Type
);
597
if (member.IsAttachable && !currentFrame.
Type
.IsUnknown && !currentFrame.
Type
.CanAssignTo(member.TargetType))
622
XamlType type = this.xamlStack.Current.
Type
;