3 writes to AttachmentLevel
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1164data.AttachmentLevel = AttachmentLevel.Incomplete; 1175data.AttachmentLevel = AttachmentLevel.Full; 1194data.AttachmentLevel = attachmentLevel;
2 references to AttachmentLevel
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
1001attachmentLevel = data.AttachmentLevel; 1079if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null)