9 references to Incomplete
PresentationFramework (9)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
235
Debug.Assert(attachmentLevel > AttachmentLevel.Unresolved && attachmentLevel <= AttachmentLevel.
Incomplete
,
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
556
attachmentLevel = AttachmentLevel.
Incomplete
;
1117
data.AttachmentLevel = AttachmentLevel.
Incomplete
;
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
342
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.
Incomplete
)
System\Windows\Annotations\AnnotationHelper.cs (1)
784
if (level != AttachmentLevel.
Incomplete
&& level != AttachmentLevel.Unresolved && anchor != null)
System\Windows\Annotations\AnnotationService.cs (4)
879
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.
Incomplete
)
900
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.Unresolved && attachedAnnotation.AttachmentLevel != AttachmentLevel.
Incomplete
)
1346
if (attachmentLevel != AttachmentLevel.Unresolved && attachmentLevel != AttachmentLevel.
Incomplete
)
1452
if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.Unresolved && newAttachmentLevel != AttachmentLevel.
Incomplete
)