27 references to Unresolved
PresentationFramework (27)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
234
Debug.Assert(attachmentLevel > AttachmentLevel.
Unresolved
&& attachmentLevel <= AttachmentLevel.Incomplete,
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
286
attachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (9)
305
if (attachmentLevel != AttachmentLevel.
Unresolved
)
525
attachmentLevel = AttachmentLevel.
Unresolved
;
545
if (attachmentLevel == AttachmentLevel.
Unresolved
&& locatorPartIdx > 0)
549
attachmentLevel = AttachmentLevel.
Unresolved
;
887
AttachmentLevel individualAttachmentLevel = AttachmentLevel.
Unresolved
;
958
AttachmentLevel tempLevel = AttachmentLevel.
Unresolved
;
966
if ((tempLevel == AttachmentLevel.
Unresolved
) || ((attachmentLevel & AttachmentLevel.MiddlePortion) != 0))
998
attachmentLevel = AttachmentLevel.
Unresolved
;
1322
public AttachmentLevel AttachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
206
attachmentLevel = AttachmentLevel.
Unresolved
;
272
attachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
169
attachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (4)
144
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Added, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
156
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Loaded, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
168
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Deleted, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
180
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Unloaded, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
341
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.
Unresolved
&& attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
393
if (attachmentLevel != AttachmentLevel.
Unresolved
)
System\Windows\Annotations\AnnotationHelper.cs (1)
783
if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.
Unresolved
&& anchor != null)
System\Windows\Annotations\AnnotationService.cs (6)
878
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.
Unresolved
&& attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
899
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.
Unresolved
&& attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
1345
if (attachmentLevel != AttachmentLevel.
Unresolved
&& attachmentLevel != AttachmentLevel.Incomplete)
1424
if (newAttachmentLevel != AttachmentLevel.
Unresolved
)
1451
if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.
Unresolved
&& newAttachmentLevel != AttachmentLevel.Incomplete)
1602
attachmentLevel = AttachmentLevel.
Unresolved
;