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