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