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