1 write to _xamlTypeMapper
PresentationBuildTasks (1)
Framework\System\Windows\Markup\ParserContext.cs (1)
358
_xamlTypeMapper
= value;
3 references to _xamlTypeMapper
PresentationBuildTasks (3)
Framework\System\Windows\Markup\ParserContext.cs (3)
350
return
_xamlTypeMapper
;
356
if (
_xamlTypeMapper
!= value)
360
_xamlTypeMapper
.MapTable = _mapTable;