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