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