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