1 write to _objectHashTable
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1698table._objectHashTable = (Hashtable)_objectHashTable.Clone();
2 references to _objectHashTable
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1698table._objectHashTable = (Hashtable)_objectHashTable.Clone(); 1745get { return _objectHashTable; }