5 writes to _xamlTypeMapper
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
154_xamlTypeMapper = parserContext.XamlTypeMapper; 341_xamlTypeMapper = value; 566_xamlTypeMapper = _mapTable.XamlTypeMapper; 648_xamlTypeMapper = _xamlTypeMapper, 718context._xamlTypeMapper = _xamlTypeMapper?.Clone();
8 references to _xamlTypeMapper
PresentationFramework (8)
System\Windows\Markup\ParserContext.cs (8)
333return _xamlTypeMapper ; 339if (_xamlTypeMapper != value) 343_xamlTypeMapper.MapTable = _mapTable; 567_xamlTypeMapper.MapTable = _mapTable; 648_xamlTypeMapper = _xamlTypeMapper, 718context._xamlTypeMapper = _xamlTypeMapper?.Clone(); 721context._xamlTypeMapper.MapTable = context._mapTable; 722context._mapTable.XamlTypeMapper = context._xamlTypeMapper;