5 writes to _mapTable
PresentationFramework (5)
src\Framework\System\Windows\Markup\ParserContext.cs (5)
169_mapTable = parserContext.MapTable; 359_mapTable = new BamlMapTable(value); 587_mapTable = value; 678context._mapTable = _mapTable; 749context._mapTable = (_mapTable != null) ? _mapTable.Clone() : null;
10 references to _mapTable
PresentationFramework (10)
src\Framework\System\Windows\Markup\ParserContext.cs (10)
360_xamlTypeMapper.MapTable = _mapTable; 579get { return _mapTable; } 585if (_mapTable != value) 588_xamlTypeMapper = _mapTable.XamlTypeMapper; 589_xamlTypeMapper.MapTable = _mapTable; 678context._mapTable = _mapTable; 749context._mapTable = (_mapTable != null) ? _mapTable.Clone() : null; 753context._xamlTypeMapper.MapTable = context._mapTable; 754context._mapTable.XamlTypeMapper = context._xamlTypeMapper;