1 write to _mapTable
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
343
_mapTable
= new BamlMapTable(value);
2 references to _mapTable
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (2)
344
_xamlTypeMapper.MapTable =
_mapTable
;
558
get { return
_mapTable
; }