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