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