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