13 references to CheckFlag
PresentationFramework (13)
System\Windows\Data\CollectionView.cs (13)
388
return
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
402
return
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
739
get { return
CheckFlag
(CollectionViewFlags.NeedsRefresh); }
844
bool oldIsCurrentAfterLast =
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
845
bool oldIsCurrentBeforeFirst =
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
930
if (isEmpty !=
CheckFlag
(CollectionViewFlags.CachedIsEmpty))
1077
bool oldIsCurrentAfterLast =
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
1078
bool oldIsCurrentBeforeFirst =
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
1164
if (
CheckFlag
(CollectionViewFlags.ShouldProcessCollectionChanged))
1292
return
CheckFlag
(CollectionViewFlags.IsDynamic);
1309
get { return
CheckFlag
(CollectionViewFlags.AllowsCrossThreadChanges); }
1314
bool oldValue =
CheckFlag
(CollectionViewFlags.AllowsCrossThreadChanges);
1806
if (_deferLevel == 0 &&
CheckFlag
(CollectionViewFlags.NeedsRefresh))