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)
58
if (
_propertyTable
!= null &&
_propertyTable
.ContainsKey(dp))
80
if (
_propertyTable
== null)
88
int cDPStart =
_propertyTable
.Count;
99
if (
_propertyTable
.ContainsKey(dp))
101
cDP = (int)
_propertyTable
[dp];
105
_propertyTable
[dp] = cDP;
124
if (
_propertyTable
!= null)
126
int cDPStart =
_propertyTable
.Count;
131
if (
_propertyTable
.ContainsKey(dp))
133
int cDP = (int)
_propertyTable
[dp];
139
_propertyTable
[dp] = cDP;
143
_propertyTable
.Remove(dp);
150
if (
_propertyTable
.Count == 0)
155
isEmpty = (
_propertyTable
== null);