2 writes to _complexPropertyCollection
ReachFramework (2)
Serialization\Manager\ReachSerializableProperties.cs (2)
46
this.
_complexPropertyCollection
= null;
178
_complexPropertyCollection
= new Queue();
6 references to _complexPropertyCollection
ReachFramework (6)
Serialization\Manager\ReachSerializableProperties.cs (6)
120
_queueEnumerator =
_complexPropertyCollection
.GetEnumerator();
122
if(_complexPropertiesIndex <
_complexPropertyCollection
.Count-1)
176
if (
_complexPropertyCollection
== null)
212
this.
_complexPropertyCollection
.Clear();
262
_complexPropertyCollection
.Enqueue(propertyContext);
316
_complexPropertyCollection
.Enqueue(dependencyPropertyContext);