9 references to Incomplete
PresentationFramework (9)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
245Debug.Assert(attachmentLevel > AttachmentLevel.Unresolved && attachmentLevel <= AttachmentLevel.Incomplete,
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
605attachmentLevel = AttachmentLevel.Incomplete; 1164data.AttachmentLevel = AttachmentLevel.Incomplete;
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
353if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (1)
805if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.Unresolved && anchor != null)
src\Framework\System\Windows\Annotations\AnnotationService.cs (4)
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) 1509if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.Unresolved && newAttachmentLevel != AttachmentLevel.Incomplete)