1 write to DeclaringAssembly
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1159key.DeclaringAssembly = assemblyFullName;
8 references to DeclaringAssembly
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (8)
1923return ((key.DeclaringAssembly != null) ? 1924key.DeclaringAssembly.Equals(this.DeclaringAssembly) : 1925(this.DeclaringAssembly == null)) && 1957return ((DeclaringAssembly != null) ? DeclaringAssembly.GetHashCode() : 0) ^ 1965$"TypeInfoKey: Assembly={((DeclaringAssembly != null) ? DeclaringAssembly : "null")} Type={((TypeFullName != null) ? TypeFullName : "null")}";