27 references to Unresolved
PresentationFramework (27)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
245Debug.Assert(attachmentLevel > AttachmentLevel.Unresolved && attachmentLevel <= AttachmentLevel.Incomplete,
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
308attachmentLevel = AttachmentLevel.Unresolved;
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (9)
344if(attachmentLevel != AttachmentLevel.Unresolved) 575attachmentLevel = AttachmentLevel.Unresolved; 595if (attachmentLevel == AttachmentLevel.Unresolved && locatorPartIdx > 0) 599attachmentLevel = AttachmentLevel.Unresolved; 937AttachmentLevel individualAttachmentLevel = AttachmentLevel.Unresolved; 1008AttachmentLevel tempLevel = AttachmentLevel.Unresolved; 1016if ((tempLevel == AttachmentLevel.Unresolved) || ((attachmentLevel & AttachmentLevel.MiddlePortion) != 0)) 1048attachmentLevel = AttachmentLevel.Unresolved; 1370public AttachmentLevel AttachmentLevel = AttachmentLevel.Unresolved;
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
230attachmentLevel = AttachmentLevel.Unresolved; 296attachmentLevel = AttachmentLevel.Unresolved;
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
188attachmentLevel = AttachmentLevel.Unresolved;
src\Framework\MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (4)
168return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Added, attachedAnnotation, null, AttachmentLevel.Unresolved); 180return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Loaded, attachedAnnotation, null, AttachmentLevel.Unresolved); 192return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Deleted, attachedAnnotation, null, AttachmentLevel.Unresolved); 204return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Unloaded, attachedAnnotation, null, AttachmentLevel.Unresolved);
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
353if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 406if (attachmentLevel != AttachmentLevel.Unresolved)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (1)
805if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.Unresolved && anchor != null)
src\Framework\System\Windows\Annotations\AnnotationService.cs (6)
929if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 951if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete) 1403if (attachmentLevel != AttachmentLevel.Unresolved && attachmentLevel != AttachmentLevel.Incomplete) 1482if (newAttachmentLevel != AttachmentLevel.Unresolved) 1509if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.Unresolved && newAttachmentLevel != AttachmentLevel.Incomplete) 1660attachmentLevel = AttachmentLevel.Unresolved;