1 write to MapTable
PresentationBuildTasks (1)
Framework\System\Windows\Markup\ParserContext.cs (1)
360
_xamlTypeMapper.
MapTable
= _mapTable;
6 references to MapTable
PresentationBuildTasks (6)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
3349
BamlAssemblyInfoRecord bairPF = XamlTypeMapper.
MapTable
.GetAssemblyInfoFromId(-1);
Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
867
if (
MapTable
!= null)
870
object key =
MapTable
.GetAttributeInfoKey(fullName, propName);
871
infoRecord =
MapTable
.GetHashTableData(key) as BamlAttributeInfoRecord;
1907
BamlAssemblyInfoRecord bairPF =
MapTable
.GetAssemblyInfoFromId(-1);
3680
converterType =
MapTable
.GetKnownConverterTypeFromType(type);