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; 63return declaringType == other.declaringType && memberName == other.memberName; 68int a = declaringType is null ? 0 : declaringType.GetHashCode(); 75if (declaringType is null) 80return $"{declaringType}.{memberName}";