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