13 references to CheckFlag
PresentationFramework (13)
System\Windows\Data\CollectionView.cs (13)
392
return
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
406
return
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
743
get { return
CheckFlag
(CollectionViewFlags.NeedsRefresh); }
848
bool oldIsCurrentAfterLast =
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
849
bool oldIsCurrentBeforeFirst =
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
934
if (isEmpty !=
CheckFlag
(CollectionViewFlags.CachedIsEmpty))
1081
bool oldIsCurrentAfterLast =
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
1082
bool oldIsCurrentBeforeFirst =
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
1168
if (
CheckFlag
(CollectionViewFlags.ShouldProcessCollectionChanged))
1296
return
CheckFlag
(CollectionViewFlags.IsDynamic);
1313
get { return
CheckFlag
(CollectionViewFlags.AllowsCrossThreadChanges); }
1318
bool oldValue =
CheckFlag
(CollectionViewFlags.AllowsCrossThreadChanges);
1810
if (_deferLevel == 0 &&
CheckFlag
(CollectionViewFlags.NeedsRefresh))