7 references to GetHashTableData
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (6)
766
BamlTypeInfoRecord cachedTypeInfo =
GetHashTableData
(key) as BamlTypeInfoRecord;
1022
(BamlAssemblyInfoRecord)
GetHashTableData
(key);
1187
BamlTypeInfoRecord bamlTypeInfoRecord = (BamlTypeInfoRecord)
GetHashTableData
(key);
1342
bamlAttributeInfoRecord = (BamlAttributeInfoRecord)
GetHashTableData
(key);
1441
BamlStringInfoRecord bamlStringInfoRecord = (BamlStringInfoRecord)
GetHashTableData
(stringValue);
1462
Debug.Assert(
GetHashTableData
(stringValue) == null,
System\Windows\Markup\XamlTypeMapper.cs (1)
786
infoRecord = MapTable.
GetHashTableData
(key) as BamlAttributeInfoRecord;