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)
87return _resourceId; 114((key._resourceId != null) ? key._resourceId.Equals(this._resourceId) : (this._resourceId == null)); 125return ((_typeInTargetAssembly != null) ? _typeInTargetAssembly.GetHashCode() : 0) ^ ((_resourceId != null) ? _resourceId.GetHashCode() : 0); 138strBuilder.Append((_resourceId != null) ? _resourceId.ToString() : "null");