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