5 writes to _xamlTypeMapper
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
155_xamlTypeMapper = parserContext.XamlTypeMapper; 342_xamlTypeMapper = value; 567_xamlTypeMapper = _mapTable.XamlTypeMapper; 649_xamlTypeMapper = _xamlTypeMapper, 719context._xamlTypeMapper = _xamlTypeMapper?.Clone();
8 references to _xamlTypeMapper
PresentationFramework (8)
System\Windows\Markup\ParserContext.cs (8)
334return _xamlTypeMapper ; 340if (_xamlTypeMapper != value) 344_xamlTypeMapper.MapTable = _mapTable; 568_xamlTypeMapper.MapTable = _mapTable; 649_xamlTypeMapper = _xamlTypeMapper, 719context._xamlTypeMapper = _xamlTypeMapper?.Clone(); 722context._xamlTypeMapper.MapTable = context._mapTable; 723context._mapTable.XamlTypeMapper = context._xamlTypeMapper;