2 writes to _complexPropertyCollection
ReachFramework (2)
Serialization\Manager\ReachSerializableProperties.cs (2)
35
this.
_complexPropertyCollection
= null;
167
_complexPropertyCollection
= new Queue();
6 references to _complexPropertyCollection
ReachFramework (6)
Serialization\Manager\ReachSerializableProperties.cs (6)
109
_queueEnumerator =
_complexPropertyCollection
.GetEnumerator();
111
if(_complexPropertiesIndex <
_complexPropertyCollection
.Count-1)
165
if (
_complexPropertyCollection
== null)
201
this.
_complexPropertyCollection
.Clear();
251
_complexPropertyCollection
.Enqueue(propertyContext);
305
_complexPropertyCollection
.Enqueue(dependencyPropertyContext);