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