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