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)
79return _resourceId; 106((key._resourceId != null) ? key._resourceId.Equals(this._resourceId) : (this._resourceId == null)); 117return ((_typeInTargetAssembly != null) ? _typeInTargetAssembly.GetHashCode() : 0) ^ ((_resourceId != null) ? _resourceId.GetHashCode() : 0); 125string.Create(null, stackalloc char[256], $"TargetType={((_typeInTargetAssembly != null) ? _typeInTargetAssembly.FullName : "null")} ID={((_resourceId != null) ? _resourceId.ToString() : "null")}");