1 write to declaringType
System.Xaml (1)
System\Xaml\AttachableMemberIdentifier.cs (1)
16this.declaringType = declaringType;
7 references to declaringType
System.Xaml (7)
System\Xaml\AttachableMemberIdentifier.cs (7)
32return declaringType; 62return declaringType == other.declaringType && memberName == other.memberName; 67int a = declaringType == null ? 0 : declaringType.GetHashCode(); 74if (declaringType == null) 79return declaringType.ToString() + "." + memberName;