1 write to TypeFullName
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1170
key.
TypeFullName
= typeFullName;
8 references to TypeFullName
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlMapTable.cs (8)
1934
((key.
TypeFullName
!= null) ?
1935
key.
TypeFullName
.Equals(this.
TypeFullName
) :
1936
(this.
TypeFullName
== null));
1966
((
TypeFullName
!= null) ?
TypeFullName
.GetHashCode() : 0);
1978
strBuilder.Append((
TypeFullName
!= null) ?
TypeFullName
: "null");