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