2 writes to xamlMember
System.Activities.Presentation (2)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (2)
74this.xamlMember = this.Member; 77this.xamlMember = null;
7 references to xamlMember
System.Activities.Presentation (7)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (7)
102if (this.xamlMember == XamlLanguage.Initialization) 113if (this.xamlMember == null || !this.xamlMember.IsNameValid || this.xamlMember.IsAttachable || this.xamlMember.IsDirective) 122if (this.xamlMember.DeclaringType == XamlLanguage.Array) 129PropertyInfo property = this.xamlMember.UnderlyingMember as PropertyInfo;