7 references to GetHashTableData
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (6)
758BamlTypeInfoRecord cachedTypeInfo = GetHashTableData(key) as BamlTypeInfoRecord; 1011BamlAssemblyInfoRecord bamlAssemblyInfoRecord = (BamlAssemblyInfoRecord)GetHashTableData(key); 1181BamlTypeInfoRecord bamlTypeInfoRecord = (BamlTypeInfoRecord)GetHashTableData(key); 1335bamlAttributeInfoRecord = (BamlAttributeInfoRecord)GetHashTableData(key); 1436BamlStringInfoRecord bamlStringInfoRecord = (BamlStringInfoRecord)GetHashTableData(stringValue); 1457Debug.Assert(GetHashTableData(stringValue) == null,
System\Windows\Markup\XamlTypeMapper.cs (1)
777infoRecord = MapTable.GetHashTableData(key) as BamlAttributeInfoRecord;