5 writes to _mapTable
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
155
_mapTable
= parserContext.MapTable;
342
_mapTable
= new BamlMapTable(value);
565
_mapTable
= value;
647
_mapTable
= _mapTable,
717
context.
_mapTable
= _mapTable?.Clone();
9 references to _mapTable
PresentationFramework (9)
System\Windows\Markup\ParserContext.cs (9)
343
_xamlTypeMapper.MapTable =
_mapTable
;
557
get { return
_mapTable
; }
563
if (
_mapTable
!= value)
566
_xamlTypeMapper =
_mapTable
.XamlTypeMapper;
567
_xamlTypeMapper.MapTable =
_mapTable
;
647
_mapTable =
_mapTable
,
717
context._mapTable =
_mapTable
?.Clone();
721
context._xamlTypeMapper.MapTable = context.
_mapTable
;
722
context.
_mapTable
.XamlTypeMapper = context._xamlTypeMapper;