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