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)
334
return
_xamlTypeMapper
;
340
if (
_xamlTypeMapper
!= value)
344
_xamlTypeMapper
.MapTable = _mapTable;