5 writes to _xamlTypeMapper
PresentationFramework (5)
src\Framework\System\Windows\Markup\ParserContext.cs (5)
168
_xamlTypeMapper
= parserContext.XamlTypeMapper;
358
_xamlTypeMapper
= value;
588
_xamlTypeMapper
= _mapTable.XamlTypeMapper;
679
context.
_xamlTypeMapper
= _xamlTypeMapper;
750
context.
_xamlTypeMapper
= (_xamlTypeMapper != null) ? _xamlTypeMapper.Clone() : null;
9 references to _xamlTypeMapper
PresentationFramework (9)
src\Framework\System\Windows\Markup\ParserContext.cs (9)
350
return
_xamlTypeMapper
;
356
if (
_xamlTypeMapper
!= value)
360
_xamlTypeMapper
.MapTable = _mapTable;
589
_xamlTypeMapper
.MapTable = _mapTable;
679
context._xamlTypeMapper =
_xamlTypeMapper
;
750
context._xamlTypeMapper = (
_xamlTypeMapper
!= null) ?
_xamlTypeMapper
.Clone() : null;
753
context.
_xamlTypeMapper
.MapTable = context._mapTable;
754
context._mapTable.XamlTypeMapper = context.
_xamlTypeMapper
;