2 writes to _resourceId
PresentationFramework (2)
src\Framework\System\Windows\ComponentResourceKey.cs (2)
40
_resourceId
= resourceId;
96
_resourceId
= value;
9 references to _resourceId
PresentationFramework (9)
src\Framework\System\Windows\ComponentResourceKey.cs (9)
87
return
_resourceId
;
114
((key.
_resourceId
!= null) ? key.
_resourceId
.Equals(this.
_resourceId
) : (this.
_resourceId
== null));
125
return ((_typeInTargetAssembly != null) ? _typeInTargetAssembly.GetHashCode() : 0) ^ ((
_resourceId
!= null) ?
_resourceId
.GetHashCode() : 0);
138
strBuilder.Append((
_resourceId
!= null) ?
_resourceId
.ToString() : "null");