5 writes to _mapTable
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
156
_mapTable
= parserContext.MapTable;
343
_mapTable
= new BamlMapTable(value);
566
_mapTable
= value;
648
_mapTable
= _mapTable,
718
context.
_mapTable
= _mapTable?.Clone();
9 references to _mapTable
PresentationFramework (9)
System\Windows\Markup\ParserContext.cs (9)
344
_xamlTypeMapper.MapTable =
_mapTable
;
558
get { return
_mapTable
; }
564
if (
_mapTable
!= value)
567
_xamlTypeMapper =
_mapTable
.XamlTypeMapper;
568
_xamlTypeMapper.MapTable =
_mapTable
;
648
_mapTable =
_mapTable
,
718
context._mapTable =
_mapTable
?.Clone();
722
context._xamlTypeMapper.MapTable = context.
_mapTable
;
723
context.
_mapTable
.XamlTypeMapper = context._xamlTypeMapper;