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