5 writes to _xamlTypeMapper
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
155
_xamlTypeMapper
= parserContext.XamlTypeMapper;
342
_xamlTypeMapper
= value;
567
_xamlTypeMapper
= _mapTable.XamlTypeMapper;
649
_xamlTypeMapper
= _xamlTypeMapper,
719
context.
_xamlTypeMapper
= _xamlTypeMapper?.Clone();
8 references to _xamlTypeMapper
PresentationFramework (8)
System\Windows\Markup\ParserContext.cs (8)
334
return
_xamlTypeMapper
;
340
if (
_xamlTypeMapper
!= value)
344
_xamlTypeMapper
.MapTable = _mapTable;
568
_xamlTypeMapper
.MapTable = _mapTable;
649
_xamlTypeMapper =
_xamlTypeMapper
,
719
context._xamlTypeMapper =
_xamlTypeMapper
?.Clone();
722
context.
_xamlTypeMapper
.MapTable = context._mapTable;
723
context._mapTable.XamlTypeMapper = context.
_xamlTypeMapper
;