7 references to GetHashTableData
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlMapTable.cs (6)
784
BamlTypeInfoRecord cachedTypeInfo =
GetHashTableData
(key) as BamlTypeInfoRecord;
1040
(BamlAssemblyInfoRecord)
GetHashTableData
(key);
1205
BamlTypeInfoRecord bamlTypeInfoRecord = (BamlTypeInfoRecord)
GetHashTableData
(key);
1360
bamlAttributeInfoRecord = (BamlAttributeInfoRecord)
GetHashTableData
(key);
1459
BamlStringInfoRecord bamlStringInfoRecord = (BamlStringInfoRecord)
GetHashTableData
(stringValue);
1480
Debug.Assert(
GetHashTableData
(stringValue) == null,
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
871
infoRecord = MapTable.
GetHashTableData
(key) as BamlAttributeInfoRecord;