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