2 writes to _xamlTypeMapper
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
66_xamlTypeMapper = xamlTypeMapper; 1765set { _xamlTypeMapper = value; }
2 references to _xamlTypeMapper
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1688BamlMapTable table = new BamlMapTable(_xamlTypeMapper); 1762get { return _xamlTypeMapper; }