4 references to BindingPropertyKindCollection
System.Data.Services.Client (4)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
294bpi = new BindingPropertyInfo { PropertyKind = BindingPropertyKind.BindingPropertyKindCollection };
System\Data\Services\Client\Binding\BindingGraph.cs (2)
247Debug.Assert(bpi.PropertyKind == BindingPropertyKind.BindingPropertyKindCollection, "parentProperty must refer to an DataServiceCollection"); 464case BindingPropertyKind.BindingPropertyKindCollection:
System\Data\Services\Client\Binding\BindingObserver.cs (1)
197case BindingPropertyKind.BindingPropertyKindCollection: