13 references to CheckFlag
PresentationFramework (13)
System\Windows\Data\CollectionView.cs (13)
392return CheckFlag(CollectionViewFlags.IsCurrentAfterLast); 406return CheckFlag(CollectionViewFlags.IsCurrentBeforeFirst); 743get { return CheckFlag(CollectionViewFlags.NeedsRefresh); } 848bool oldIsCurrentAfterLast = CheckFlag(CollectionViewFlags.IsCurrentAfterLast); 849bool oldIsCurrentBeforeFirst = CheckFlag(CollectionViewFlags.IsCurrentBeforeFirst); 934if (isEmpty != CheckFlag(CollectionViewFlags.CachedIsEmpty)) 1081bool oldIsCurrentAfterLast = CheckFlag(CollectionViewFlags.IsCurrentAfterLast); 1082bool oldIsCurrentBeforeFirst = CheckFlag(CollectionViewFlags.IsCurrentBeforeFirst); 1168if (CheckFlag(CollectionViewFlags.ShouldProcessCollectionChanged)) 1296return CheckFlag(CollectionViewFlags.IsDynamic); 1313get { return CheckFlag(CollectionViewFlags.AllowsCrossThreadChanges); } 1318bool oldValue = CheckFlag(CollectionViewFlags.AllowsCrossThreadChanges); 1810if (_deferLevel == 0 && CheckFlag(CollectionViewFlags.NeedsRefresh))