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