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)
51
return
_typeInTargetAssembly
;
76
return (
_typeInTargetAssembly
!= null) ?
_typeInTargetAssembly
.Assembly : null;
113
return ((key.
_typeInTargetAssembly
!= null) ? key.
_typeInTargetAssembly
.Equals(this.
_typeInTargetAssembly
) : (this.
_typeInTargetAssembly
== null)) &&
125
return ((
_typeInTargetAssembly
!= null) ?
_typeInTargetAssembly
.GetHashCode() : 0) ^ ((_resourceId != null) ? _resourceId.GetHashCode() : 0);
136
strBuilder.Append((
_typeInTargetAssembly
!= null) ?
_typeInTargetAssembly
.FullName : "null");