27 references to Unresolved
PresentationFramework (27)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
235Debug.Assert(attachmentLevel > AttachmentLevel.Unresolved && attachmentLevel <= AttachmentLevel.Incomplete,
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
287attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (9)
306if (attachmentLevel != AttachmentLevel.Unresolved) 526attachmentLevel = AttachmentLevel.Unresolved; 546if (attachmentLevel == AttachmentLevel.Unresolved && locatorPartIdx > 0) 550attachmentLevel = AttachmentLevel.Unresolved; 888AttachmentLevel individualAttachmentLevel = AttachmentLevel.Unresolved; 959AttachmentLevel tempLevel = AttachmentLevel.Unresolved; 967if ((tempLevel == AttachmentLevel.Unresolved) || ((attachmentLevel & AttachmentLevel.MiddlePortion) != 0)) 999attachmentLevel = AttachmentLevel.Unresolved; 1323public AttachmentLevel AttachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
207attachmentLevel = AttachmentLevel.Unresolved; 273attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
170attachmentLevel = AttachmentLevel.Unresolved;
MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (4)
145return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Added, attachedAnnotation, null, AttachmentLevel.Unresolved); 157return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Loaded, attachedAnnotation, null, AttachmentLevel.Unresolved); 169return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Deleted, attachedAnnotation, null, AttachmentLevel.Unresolved); 181return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Unloaded, attachedAnnotation, null, AttachmentLevel.Unresolved);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
342if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 394if (attachmentLevel != AttachmentLevel.Unresolved)
System\Windows\Annotations\AnnotationHelper.cs (1)
784if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.Unresolved && anchor != null)
System\Windows\Annotations\AnnotationService.cs (6)
879if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 900if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 1346if (attachmentLevel != AttachmentLevel.Unresolved && attachmentLevel != AttachmentLevel.Incomplete) 1425if (newAttachmentLevel != AttachmentLevel.Unresolved) 1452if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.Unresolved && newAttachmentLevel != AttachmentLevel.Incomplete) 1603attachmentLevel = AttachmentLevel.Unresolved;