2 writes to _propertyTable
PresentationCore (2)
Core\CSharp\MS\Internal\Automation\EventPropertyMap.cs (2)
84_propertyTable = new Hashtable(20, .1f); 152_propertyTable = null;
15 references to _propertyTable
PresentationCore (15)
Core\CSharp\MS\Internal\Automation\EventPropertyMap.cs (15)
58if (_propertyTable != null && _propertyTable.ContainsKey(dp)) 80if (_propertyTable == null) 88int cDPStart = _propertyTable.Count; 99if (_propertyTable.ContainsKey(dp)) 101cDP = (int)_propertyTable[dp]; 105_propertyTable[dp] = cDP; 124if (_propertyTable != null) 126int cDPStart = _propertyTable.Count; 131if (_propertyTable.ContainsKey(dp)) 133int cDP = (int)_propertyTable[dp]; 139_propertyTable[dp] = cDP; 143_propertyTable.Remove(dp); 150if (_propertyTable.Count == 0) 155isEmpty = (_propertyTable == null);