2 writes to _xamlTypeMapper
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
94_xamlTypeMapper = xamlTypeMapper; 1783set { _xamlTypeMapper = value; }
2 references to _xamlTypeMapper
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
1706BamlMapTable table = new BamlMapTable(_xamlTypeMapper); 1780get { return _xamlTypeMapper; }