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