2 writes to _typeInTargetAssembly
PresentationFramework (2)
src\Framework\System\Windows\ComponentResourceKey.cs (2)
37_typeInTargetAssembly = typeInTargetAssembly; 64_typeInTargetAssembly = value;
11 references to _typeInTargetAssembly
PresentationFramework (11)
src\Framework\System\Windows\ComponentResourceKey.cs (11)
51return _typeInTargetAssembly; 76return (_typeInTargetAssembly != null) ? _typeInTargetAssembly.Assembly : null; 113return ((key._typeInTargetAssembly != null) ? key._typeInTargetAssembly.Equals(this._typeInTargetAssembly) : (this._typeInTargetAssembly == null)) && 125return ((_typeInTargetAssembly != null) ? _typeInTargetAssembly.GetHashCode() : 0) ^ ((_resourceId != null) ? _resourceId.GetHashCode() : 0); 136strBuilder.Append((_typeInTargetAssembly != null) ? _typeInTargetAssembly.FullName : "null");