2 writes to _resourceId
PresentationFramework (2)
System\Windows\ComponentResourceKey.cs (2)
35
_resourceId
= resourceId;
88
_resourceId
= value;
9 references to _resourceId
PresentationFramework (9)
System\Windows\ComponentResourceKey.cs (9)
79
return
_resourceId
;
106
((key.
_resourceId
!= null) ? key.
_resourceId
.Equals(this.
_resourceId
) : (this.
_resourceId
== null));
117
return ((_typeInTargetAssembly != null) ? _typeInTargetAssembly.GetHashCode() : 0) ^ ((
_resourceId
!= null) ?
_resourceId
.GetHashCode() : 0);
125
string.Create(null, stackalloc char[256], $"TargetType={((_typeInTargetAssembly != null) ? _typeInTargetAssembly.FullName : "null")} ID={((
_resourceId
!= null) ?
_resourceId
.ToString() : "null")}");