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