13 references to CheckFlag
PresentationFramework (13)
System\Windows\Data\CollectionView.cs (13)
384
return
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
398
return
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
735
get { return
CheckFlag
(CollectionViewFlags.NeedsRefresh); }
840
bool oldIsCurrentAfterLast =
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
841
bool oldIsCurrentBeforeFirst =
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
926
if (isEmpty !=
CheckFlag
(CollectionViewFlags.CachedIsEmpty))
1073
bool oldIsCurrentAfterLast =
CheckFlag
(CollectionViewFlags.IsCurrentAfterLast);
1074
bool oldIsCurrentBeforeFirst =
CheckFlag
(CollectionViewFlags.IsCurrentBeforeFirst);
1160
if (
CheckFlag
(CollectionViewFlags.ShouldProcessCollectionChanged))
1288
return
CheckFlag
(CollectionViewFlags.IsDynamic);
1305
get { return
CheckFlag
(CollectionViewFlags.AllowsCrossThreadChanges); }
1310
bool oldValue =
CheckFlag
(CollectionViewFlags.AllowsCrossThreadChanges);
1790
if (_deferLevel == 0 &&
CheckFlag
(CollectionViewFlags.NeedsRefresh))