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