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