1 write to _xamlTypeMapper
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
342_xamlTypeMapper = value;
3 references to _xamlTypeMapper
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (3)
334return _xamlTypeMapper ; 340if (_xamlTypeMapper != value) 344_xamlTypeMapper.MapTable = _mapTable;