2 writes to xamlMember
System.Data (2)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\XamlObjectReaderWithSequence.cs (2)
74this.xamlMember = this.Member; 77this.xamlMember = null;
7 references to xamlMember
System.Data (7)
cdf\src\NetFx40\Tools\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;