13 references to CheckFlag
PresentationFramework (13)
System\Windows\Data\CollectionView.cs (13)
388return CheckFlag(CollectionViewFlags.IsCurrentAfterLast); 402return CheckFlag(CollectionViewFlags.IsCurrentBeforeFirst); 739get { return CheckFlag(CollectionViewFlags.NeedsRefresh); } 844bool oldIsCurrentAfterLast = CheckFlag(CollectionViewFlags.IsCurrentAfterLast); 845bool oldIsCurrentBeforeFirst = CheckFlag(CollectionViewFlags.IsCurrentBeforeFirst); 930if (isEmpty != CheckFlag(CollectionViewFlags.CachedIsEmpty)) 1077bool oldIsCurrentAfterLast = CheckFlag(CollectionViewFlags.IsCurrentAfterLast); 1078bool oldIsCurrentBeforeFirst = CheckFlag(CollectionViewFlags.IsCurrentBeforeFirst); 1164if (CheckFlag(CollectionViewFlags.ShouldProcessCollectionChanged)) 1292return CheckFlag(CollectionViewFlags.IsDynamic); 1309get { return CheckFlag(CollectionViewFlags.AllowsCrossThreadChanges); } 1314bool oldValue = CheckFlag(CollectionViewFlags.AllowsCrossThreadChanges); 1806if (_deferLevel == 0 && CheckFlag(CollectionViewFlags.NeedsRefresh))