5 writes to _mapTable
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
156_mapTable = parserContext.MapTable; 345_mapTable = new BamlMapTable(value); 568_mapTable = value; 650context._mapTable = _mapTable; 719context._mapTable = (_mapTable != null) ? _mapTable.Clone() : null;
10 references to _mapTable
PresentationFramework (10)
System\Windows\Markup\ParserContext.cs (10)
346_xamlTypeMapper.MapTable = _mapTable; 560get { return _mapTable; } 566if (_mapTable != value) 569_xamlTypeMapper = _mapTable.XamlTypeMapper; 570_xamlTypeMapper.MapTable = _mapTable; 650context._mapTable = _mapTable; 719context._mapTable = (_mapTable != null) ? _mapTable.Clone() : null; 723context._xamlTypeMapper.MapTable = context._mapTable; 724context._mapTable.XamlTypeMapper = context._xamlTypeMapper;