4 references to White
System.Data.Services.Client (4)
System\Data\Services\Client\Binding\BindingGraph.cs (4)
728
v.Color = VertexColor.
White
;
753
if (e.Target.Color == VertexColor.
White
)
763
return this.vertices.Values.Where(v => v.Color == VertexColor.
White
).ToList();
782
this.Color = VertexColor.
White
;