13 references to CheckFlag
PresentationFramework (13)
src\Framework\System\Windows\Data\CollectionView.cs (13)
400
return
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
414
return
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
752
get { return
CheckFlag
(CollectionViewFlags.NeedsRefresh); }
857
bool oldIsCurrentAfterLast =
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
858
bool oldIsCurrentBeforeFirst =
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
944
if (isEmpty !=
CheckFlag
(CollectionViewFlags.CachedIsEmpty))
1092
bool oldIsCurrentAfterLast =
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
1093
bool oldIsCurrentBeforeFirst =
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
1179
if (
CheckFlag
(CollectionViewFlags.ShouldProcessCollectionChanged))
1307
return
CheckFlag
(CollectionViewFlags.IsDynamic);
1324
get { return
CheckFlag
(CollectionViewFlags.AllowsCrossThreadChanges); }
1329
bool oldValue =
CheckFlag
(CollectionViewFlags.AllowsCrossThreadChanges);
1821
if (_deferLevel == 0 &&
CheckFlag
(CollectionViewFlags.NeedsRefresh))