2 writes to _resourceId
PresentationFramework (2)
System\Windows\ComponentResourceKey.cs (2)
38_resourceId = resourceId; 91_resourceId = value;
9 references to _resourceId
PresentationFramework (9)
System\Windows\ComponentResourceKey.cs (9)
82return _resourceId; 109((key._resourceId != null) ? key._resourceId.Equals(this._resourceId) : (this._resourceId == null)); 120return ((_typeInTargetAssembly != null) ? _typeInTargetAssembly.GetHashCode() : 0) ^ ((_resourceId != null) ? _resourceId.GetHashCode() : 0); 128string.Create(null, stackalloc char[256], $"TargetType={((_typeInTargetAssembly != null) ? _typeInTargetAssembly.FullName : "null")} ID={((_resourceId != null) ? _resourceId.ToString() : "null")}");