2 writes to _complexPropertyCollection
ReachFramework (2)
Serialization\Manager\ReachSerializableProperties.cs (2)
36
this.
_complexPropertyCollection
= null;
168
_complexPropertyCollection
= new Queue();
6 references to _complexPropertyCollection
ReachFramework (6)
Serialization\Manager\ReachSerializableProperties.cs (6)
110
_queueEnumerator =
_complexPropertyCollection
.GetEnumerator();
112
if(_complexPropertiesIndex <
_complexPropertyCollection
.Count-1)
166
if (
_complexPropertyCollection
== null)
202
this.
_complexPropertyCollection
.Clear();
252
_complexPropertyCollection
.Enqueue(propertyContext);
306
_complexPropertyCollection
.Enqueue(dependencyPropertyContext);