27 references to Unresolved
PresentationFramework (27)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
235
Debug.Assert(attachmentLevel > AttachmentLevel.
Unresolved
&& attachmentLevel <= AttachmentLevel.Incomplete,
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
287
attachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (9)
317
if (attachmentLevel != AttachmentLevel.
Unresolved
)
538
attachmentLevel = AttachmentLevel.
Unresolved
;
558
if (attachmentLevel == AttachmentLevel.
Unresolved
&& locatorPartIdx > 0)
562
attachmentLevel = AttachmentLevel.
Unresolved
;
900
AttachmentLevel individualAttachmentLevel = AttachmentLevel.
Unresolved
;
971
AttachmentLevel tempLevel = AttachmentLevel.
Unresolved
;
979
if ((tempLevel == AttachmentLevel.
Unresolved
) || ((attachmentLevel & AttachmentLevel.MiddlePortion) != 0))
1011
attachmentLevel = AttachmentLevel.
Unresolved
;
1333
public AttachmentLevel AttachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
207
attachmentLevel = AttachmentLevel.
Unresolved
;
273
attachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
170
attachmentLevel = AttachmentLevel.
Unresolved
;
MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (4)
145
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Added, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
157
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Loaded, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
169
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Deleted, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
181
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Unloaded, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
338
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.
Unresolved
&& attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
390
if (attachmentLevel != AttachmentLevel.
Unresolved
)
System\Windows\Annotations\AnnotationHelper.cs (1)
786
if (level != AttachmentLevel.Incomplete && level != AttachmentLevel.
Unresolved
&& anchor != null)
System\Windows\Annotations\AnnotationService.cs (6)
884
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.
Unresolved
&& attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
905
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.
Unresolved
&& attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
1351
if (attachmentLevel != AttachmentLevel.
Unresolved
&& attachmentLevel != AttachmentLevel.Incomplete)
1430
if (newAttachmentLevel != AttachmentLevel.
Unresolved
)
1457
if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.
Unresolved
&& newAttachmentLevel != AttachmentLevel.Incomplete)
1608
attachmentLevel = AttachmentLevel.
Unresolved
;