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