5 writes to Color
System.Data.Services.Client (5)
System\Data\Services\Client\Binding\BindingGraph.cs (5)
728
v.
Color
= VertexColor.White;
744
this.Root.
Color
= VertexColor.Gray;
755
e.Target.
Color
= VertexColor.Gray;
760
current.
Color
= VertexColor.Black;
782
this.
Color
= VertexColor.White;
2 references to Color
System.Data.Services.Client (2)
System\Data\Services\Client\Binding\BindingGraph.cs (2)
753
if (e.Target.
Color
== VertexColor.White)
763
return this.vertices.Values.Where(v => v.
Color
== VertexColor.White).ToList();