1 write to _attachmentLevel
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
245
_attachmentLevel
= attachmentLevel;
3 references to _attachmentLevel
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (3)
166
if (
_attachmentLevel
== AttachmentLevel.Full)
177
public AttachmentLevel AttachmentLevel { get { return
_attachmentLevel
; } }
266
Debug.Assert(
_attachmentLevel
!= AttachmentLevel.Full, "Should only set fully resolved anchor if attachment level is not full.");