5 writes to _mapTable
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
159
_mapTable
= parserContext.MapTable;
348
_mapTable
= new BamlMapTable(value);
571
_mapTable
= value;
653
context.
_mapTable
= _mapTable;
722
context.
_mapTable
= (_mapTable != null) ? _mapTable.Clone() : null;
10 references to _mapTable
PresentationFramework (10)
System\Windows\Markup\ParserContext.cs (10)
349
_xamlTypeMapper.MapTable =
_mapTable
;
563
get { return
_mapTable
; }
569
if (
_mapTable
!= value)
572
_xamlTypeMapper =
_mapTable
.XamlTypeMapper;
573
_xamlTypeMapper.MapTable =
_mapTable
;
653
context._mapTable =
_mapTable
;
722
context._mapTable = (
_mapTable
!= null) ?
_mapTable
.Clone() : null;
726
context._xamlTypeMapper.MapTable = context.
_mapTable
;
727
context.
_mapTable
.XamlTypeMapper = context._xamlTypeMapper;