1 write to _mapTable
PresentationBuildTasks (1)
Framework\System\Windows\Markup\ParserContext.cs (1)
359
_mapTable
= new BamlMapTable(value);
2 references to _mapTable
PresentationBuildTasks (2)
Framework\System\Windows\Markup\ParserContext.cs (2)
360
_xamlTypeMapper.MapTable =
_mapTable
;
579
get { return
_mapTable
; }