13 references to CheckFlag
PresentationFramework (13)
System\Windows\Data\CollectionView.cs (13)
385return CheckFlag(CollectionViewFlags.IsCurrentAfterLast); 399return CheckFlag(CollectionViewFlags.IsCurrentBeforeFirst); 736get { return CheckFlag(CollectionViewFlags.NeedsRefresh); } 841bool oldIsCurrentAfterLast = CheckFlag(CollectionViewFlags.IsCurrentAfterLast); 842bool oldIsCurrentBeforeFirst = CheckFlag(CollectionViewFlags.IsCurrentBeforeFirst); 927if (isEmpty != CheckFlag(CollectionViewFlags.CachedIsEmpty)) 1074bool oldIsCurrentAfterLast = CheckFlag(CollectionViewFlags.IsCurrentAfterLast); 1075bool oldIsCurrentBeforeFirst = CheckFlag(CollectionViewFlags.IsCurrentBeforeFirst); 1161if (CheckFlag(CollectionViewFlags.ShouldProcessCollectionChanged)) 1289return CheckFlag(CollectionViewFlags.IsDynamic); 1306get { return CheckFlag(CollectionViewFlags.AllowsCrossThreadChanges); } 1311bool oldValue = CheckFlag(CollectionViewFlags.AllowsCrossThreadChanges); 1791if (_deferLevel == 0 && CheckFlag(CollectionViewFlags.NeedsRefresh))