2 writes to _typeInTargetAssembly
PresentationFramework (2)
System\Windows\ComponentResourceKey.cs (2)
35_typeInTargetAssembly = typeInTargetAssembly; 59_typeInTargetAssembly = value;
11 references to _typeInTargetAssembly
PresentationFramework (11)
System\Windows\ComponentResourceKey.cs (11)
49return _typeInTargetAssembly; 71return (_typeInTargetAssembly != null) ? _typeInTargetAssembly.Assembly : null; 108return ((key._typeInTargetAssembly != null) ? key._typeInTargetAssembly.Equals(this._typeInTargetAssembly) : (this._typeInTargetAssembly == 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")}");