3 references to IsDataView
PresentationFramework (3)
System\Windows\Data\BindingListCollectionView.cs (3)
600
if (!
IsDataView
)
1142
get { return
IsDataView
? (bool?)true : (bool?)null; }
1154
get { return
IsDataView
? (bool?)true : (bool?)null; }