13 references to CheckFlag
PresentationFramework (13)
System\Windows\Data\CollectionView.cs (13)
385
return
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
399
return
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
736
get { return
CheckFlag
(CollectionViewFlags.NeedsRefresh); }
841
bool oldIsCurrentAfterLast =
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
842
bool oldIsCurrentBeforeFirst =
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
927
if (isEmpty !=
CheckFlag
(CollectionViewFlags.CachedIsEmpty))
1074
bool oldIsCurrentAfterLast =
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
1075
bool oldIsCurrentBeforeFirst =
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
1161
if (
CheckFlag
(CollectionViewFlags.ShouldProcessCollectionChanged))
1289
return
CheckFlag
(CollectionViewFlags.IsDynamic);
1306
get { return
CheckFlag
(CollectionViewFlags.AllowsCrossThreadChanges); }
1311
bool oldValue =
CheckFlag
(CollectionViewFlags.AllowsCrossThreadChanges);
1791
if (_deferLevel == 0 &&
CheckFlag
(CollectionViewFlags.NeedsRefresh))