2 writes to _resourceId
PresentationFramework (2)
System\Windows\ComponentResourceKey.cs (2)
36
_resourceId
= resourceId;
89
_resourceId
= value;
9 references to _resourceId
PresentationFramework (9)
System\Windows\ComponentResourceKey.cs (9)
80
return
_resourceId
;
107
((key.
_resourceId
!= null) ? key.
_resourceId
.Equals(this.
_resourceId
) : (this.
_resourceId
== null));
118
return ((_typeInTargetAssembly != null) ? _typeInTargetAssembly.GetHashCode() : 0) ^ ((
_resourceId
!= null) ?
_resourceId
.GetHashCode() : 0);
126
string.Create(null, stackalloc char[256], $"TargetType={((_typeInTargetAssembly != null) ? _typeInTargetAssembly.FullName : "null")} ID={((
_resourceId
!= null) ?
_resourceId
.ToString() : "null")}");