2 writes to _xamlTypeMapper
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
60_xamlTypeMapper = xamlTypeMapper; 1774set { _xamlTypeMapper = value; }
2 references to _xamlTypeMapper
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1696BamlMapTable table = new BamlMapTable(_xamlTypeMapper) 1771get { return _xamlTypeMapper; }