5 writes to _xamlTypeMapper
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
158
_xamlTypeMapper
= parserContext.XamlTypeMapper;
347
_xamlTypeMapper
= value;
572
_xamlTypeMapper
= _mapTable.XamlTypeMapper;
654
context.
_xamlTypeMapper
= _xamlTypeMapper;
723
context.
_xamlTypeMapper
= (_xamlTypeMapper != null) ? _xamlTypeMapper.Clone() : null;
9 references to _xamlTypeMapper
PresentationFramework (9)
System\Windows\Markup\ParserContext.cs (9)
339
return
_xamlTypeMapper
;
345
if (
_xamlTypeMapper
!= value)
349
_xamlTypeMapper
.MapTable = _mapTable;
573
_xamlTypeMapper
.MapTable = _mapTable;
654
context._xamlTypeMapper =
_xamlTypeMapper
;
723
context._xamlTypeMapper = (
_xamlTypeMapper
!= null) ?
_xamlTypeMapper
.Clone() : null;
726
context.
_xamlTypeMapper
.MapTable = context._mapTable;
727
context._mapTable.XamlTypeMapper = context.
_xamlTypeMapper
;