5 writes to _mapTable
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
156_mapTable = parserContext.MapTable; 343_mapTable = new BamlMapTable(value); 566_mapTable = value; 648_mapTable = _mapTable, 718context._mapTable = _mapTable?.Clone();
9 references to _mapTable
PresentationFramework (9)
System\Windows\Markup\ParserContext.cs (9)
344_xamlTypeMapper.MapTable = _mapTable; 558get { return _mapTable; } 564if (_mapTable != value) 567_xamlTypeMapper = _mapTable.XamlTypeMapper; 568_xamlTypeMapper.MapTable = _mapTable; 648_mapTable = _mapTable, 718context._mapTable = _mapTable?.Clone(); 722context._xamlTypeMapper.MapTable = context._mapTable; 723context._mapTable.XamlTypeMapper = context._xamlTypeMapper;