27 references to Unresolved
PresentationFramework (27)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
245
Debug.Assert(attachmentLevel > AttachmentLevel.
Unresolved
&& attachmentLevel <= AttachmentLevel.Incomplete,
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
308
attachmentLevel = AttachmentLevel.
Unresolved
;
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (9)
344
if(attachmentLevel != AttachmentLevel.
Unresolved
)
575
attachmentLevel = AttachmentLevel.
Unresolved
;
595
if (attachmentLevel == AttachmentLevel.
Unresolved
&& locatorPartIdx > 0)
599
attachmentLevel = AttachmentLevel.
Unresolved
;
937
AttachmentLevel individualAttachmentLevel = AttachmentLevel.
Unresolved
;
1008
AttachmentLevel tempLevel = AttachmentLevel.
Unresolved
;
1016
if ((tempLevel == AttachmentLevel.
Unresolved
) || ((attachmentLevel & AttachmentLevel.MiddlePortion) != 0))
1048
attachmentLevel = AttachmentLevel.
Unresolved
;
1370
public AttachmentLevel AttachmentLevel = AttachmentLevel.
Unresolved
;
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (2)
230
attachmentLevel = AttachmentLevel.
Unresolved
;
296
attachmentLevel = AttachmentLevel.
Unresolved
;
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
188
attachmentLevel = AttachmentLevel.
Unresolved
;
src\Framework\MS\Internal\Annotations\AttachedAnnotationChangedEventArgs.cs (4)
168
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Added, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
180
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Loaded, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
192
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Deleted, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
204
return new AttachedAnnotationChangedEventArgs(AttachedAnnotationAction.Unloaded, attachedAnnotation, null, AttachmentLevel.
Unresolved
);
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
353
if (attachedAnnotation.AttachmentLevel != AttachmentLevel.
Unresolved
&& attachedAnnotation.AttachmentLevel != AttachmentLevel.Incomplete)
406
if (attachmentLevel != AttachmentLevel.
Unresolved
)
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 (6)
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)
1482
if (newAttachmentLevel != AttachmentLevel.
Unresolved
)
1509
if (!previouslyAttached && newAttachmentLevel != AttachmentLevel.
Unresolved
&& newAttachmentLevel != AttachmentLevel.Incomplete)
1660
attachmentLevel = AttachmentLevel.
Unresolved
;