5 writes to _mapTable
PresentationFramework (5)
src\Framework\System\Windows\Markup\ParserContext.cs (5)
169
_mapTable
= parserContext.MapTable;
359
_mapTable
= new BamlMapTable(value);
587
_mapTable
= value;
678
context.
_mapTable
= _mapTable;
749
context.
_mapTable
= (_mapTable != null) ? _mapTable.Clone() : null;
10 references to _mapTable
PresentationFramework (10)
src\Framework\System\Windows\Markup\ParserContext.cs (10)
360
_xamlTypeMapper.MapTable =
_mapTable
;
579
get { return
_mapTable
; }
585
if (
_mapTable
!= value)
588
_xamlTypeMapper =
_mapTable
.XamlTypeMapper;
589
_xamlTypeMapper.MapTable =
_mapTable
;
678
context._mapTable =
_mapTable
;
749
context._mapTable = (
_mapTable
!= null) ?
_mapTable
.Clone() : null;
753
context._xamlTypeMapper.MapTable = context.
_mapTable
;
754
context.
_mapTable
.XamlTypeMapper = context._xamlTypeMapper;