2 writes to _xamlTypeMapper
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
63
_xamlTypeMapper
= xamlTypeMapper;
1769
set =>
_xamlTypeMapper
= value;
2 references to _xamlTypeMapper
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1679
internal BamlMapTable Clone() => new BamlMapTable(
_xamlTypeMapper
)
1767
get =>
_xamlTypeMapper
;