2 writes to _typeInTargetAssembly
PresentationFramework (2)
System\Windows\ComponentResourceKey.cs (2)
33
_typeInTargetAssembly
= typeInTargetAssembly;
57
_typeInTargetAssembly
= value;
11 references to _typeInTargetAssembly
PresentationFramework (11)
System\Windows\ComponentResourceKey.cs (11)
47
return
_typeInTargetAssembly
;
69
return (
_typeInTargetAssembly
!= null) ?
_typeInTargetAssembly
.Assembly : null;
106
return ((key.
_typeInTargetAssembly
!= null) ? key.
_typeInTargetAssembly
.Equals(this.
_typeInTargetAssembly
) : (this.
_typeInTargetAssembly
== null)) &&
118
return ((
_typeInTargetAssembly
!= null) ?
_typeInTargetAssembly
.GetHashCode() : 0) ^ ((_resourceId != null) ? _resourceId.GetHashCode() : 0);
126
string.Create(null, stackalloc char[256], $"TargetType={((
_typeInTargetAssembly
!= null) ?
_typeInTargetAssembly
.FullName : "null")} ID={((_resourceId != null) ? _resourceId.ToString() : "null")}");