5 writes to _xamlTypeMapper
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
155
_xamlTypeMapper
= parserContext.XamlTypeMapper;
344
_xamlTypeMapper
= value;
569
_xamlTypeMapper
= _mapTable.XamlTypeMapper;
651
context.
_xamlTypeMapper
= _xamlTypeMapper;
720
context.
_xamlTypeMapper
= (_xamlTypeMapper != null) ? _xamlTypeMapper.Clone() : null;
9 references to _xamlTypeMapper
PresentationFramework (9)
System\Windows\Markup\ParserContext.cs (9)
336
return
_xamlTypeMapper
;
342
if (
_xamlTypeMapper
!= value)
346
_xamlTypeMapper
.MapTable = _mapTable;
570
_xamlTypeMapper
.MapTable = _mapTable;
651
context._xamlTypeMapper =
_xamlTypeMapper
;
720
context._xamlTypeMapper = (
_xamlTypeMapper
!= null) ?
_xamlTypeMapper
.Clone() : null;
723
context.
_xamlTypeMapper
.MapTable = context._mapTable;
724
context._mapTable.XamlTypeMapper = context.
_xamlTypeMapper
;