5 writes to _xamlTypeMapper
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
154
_xamlTypeMapper
= parserContext.XamlTypeMapper;
341
_xamlTypeMapper
= value;
566
_xamlTypeMapper
= _mapTable.XamlTypeMapper;
648
_xamlTypeMapper
= _xamlTypeMapper,
718
context.
_xamlTypeMapper
= _xamlTypeMapper?.Clone();
8 references to _xamlTypeMapper
PresentationFramework (8)
System\Windows\Markup\ParserContext.cs (8)
333
return
_xamlTypeMapper
;
339
if (
_xamlTypeMapper
!= value)
343
_xamlTypeMapper
.MapTable = _mapTable;
567
_xamlTypeMapper
.MapTable = _mapTable;
648
_xamlTypeMapper =
_xamlTypeMapper
,
718
context._xamlTypeMapper =
_xamlTypeMapper
?.Clone();
721
context.
_xamlTypeMapper
.MapTable = context._mapTable;
722
context._mapTable.XamlTypeMapper = context.
_xamlTypeMapper
;