7 references to GetHashTableData
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (6)
774BamlTypeInfoRecord cachedTypeInfo = GetHashTableData(key) as BamlTypeInfoRecord; 1030(BamlAssemblyInfoRecord)GetHashTableData(key); 1195BamlTypeInfoRecord bamlTypeInfoRecord = (BamlTypeInfoRecord)GetHashTableData(key); 1350bamlAttributeInfoRecord = (BamlAttributeInfoRecord)GetHashTableData(key); 1449BamlStringInfoRecord bamlStringInfoRecord = (BamlStringInfoRecord)GetHashTableData(stringValue); 1470Debug.Assert(GetHashTableData(stringValue) == null,
System\Windows\Markup\XamlTypeMapper.cs (1)
796infoRecord = MapTable.GetHashTableData(key) as BamlAttributeInfoRecord;