5 writes to _mapTable
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
155_mapTable = parserContext.MapTable; 342_mapTable = new BamlMapTable(value); 565_mapTable = value; 647_mapTable = _mapTable, 717context._mapTable = _mapTable?.Clone();
9 references to _mapTable
PresentationFramework (9)
System\Windows\Markup\ParserContext.cs (9)
343_xamlTypeMapper.MapTable = _mapTable; 557get { return _mapTable; } 563if (_mapTable != value) 566_xamlTypeMapper = _mapTable.XamlTypeMapper; 567_xamlTypeMapper.MapTable = _mapTable; 647_mapTable = _mapTable, 717context._mapTable = _mapTable?.Clone(); 721context._xamlTypeMapper.MapTable = context._mapTable; 722context._mapTable.XamlTypeMapper = context._xamlTypeMapper;