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)
166if (_attachmentLevel == AttachmentLevel.Full) 177public AttachmentLevel AttachmentLevel { get { return _attachmentLevel; } } 266Debug.Assert(_attachmentLevel != AttachmentLevel.Full, "Should only set fully resolved anchor if attachment level is not full.");