5 writes to _mapTable
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
159_mapTable = parserContext.MapTable; 348_mapTable = new BamlMapTable(value); 571_mapTable = value; 653context._mapTable = _mapTable; 722context._mapTable = (_mapTable != null) ? _mapTable.Clone() : null;
10 references to _mapTable
PresentationFramework (10)
System\Windows\Markup\ParserContext.cs (10)
349_xamlTypeMapper.MapTable = _mapTable; 563get { return _mapTable; } 569if (_mapTable != value) 572_xamlTypeMapper = _mapTable.XamlTypeMapper; 573_xamlTypeMapper.MapTable = _mapTable; 653context._mapTable = _mapTable; 722context._mapTable = (_mapTable != null) ? _mapTable.Clone() : null; 726context._xamlTypeMapper.MapTable = context._mapTable; 727context._mapTable.XamlTypeMapper = context._xamlTypeMapper;