1 instantiation of AssemblyInfoKey
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1026
AssemblyInfoKey key = new
AssemblyInfoKey
();
8 references to AssemblyInfoKey
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (8)
1026
AssemblyInfoKey
key = new AssemblyInfoKey();
1857
if (o is
AssemblyInfoKey
)
1859
AssemblyInfoKey
key = (
AssemblyInfoKey
)o;
1874
public static bool operator ==(
AssemblyInfoKey
key1,
AssemblyInfoKey
key2)
1882
public static bool operator !=(
AssemblyInfoKey
key1,
AssemblyInfoKey
key2)