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