5 writes to _xamlTypeMapper
PresentationFramework (5)
src\Framework\System\Windows\Markup\ParserContext.cs (5)
168_xamlTypeMapper = parserContext.XamlTypeMapper; 358_xamlTypeMapper = value; 588_xamlTypeMapper = _mapTable.XamlTypeMapper; 679context._xamlTypeMapper = _xamlTypeMapper; 750context._xamlTypeMapper = (_xamlTypeMapper != null) ? _xamlTypeMapper.Clone() : null;
9 references to _xamlTypeMapper
PresentationFramework (9)
src\Framework\System\Windows\Markup\ParserContext.cs (9)
350return _xamlTypeMapper ; 356if (_xamlTypeMapper != value) 360_xamlTypeMapper.MapTable = _mapTable; 589_xamlTypeMapper.MapTable = _mapTable; 679context._xamlTypeMapper = _xamlTypeMapper; 750context._xamlTypeMapper = (_xamlTypeMapper != null) ? _xamlTypeMapper.Clone() : null; 753context._xamlTypeMapper.MapTable = context._mapTable; 754context._mapTable.XamlTypeMapper = context._xamlTypeMapper;