3 writes to AttachmentLevel
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1138data.AttachmentLevel = AttachmentLevel.Incomplete; 1149data.AttachmentLevel = AttachmentLevel.Full; 1168data.AttachmentLevel = attachmentLevel;
2 references to AttachmentLevel
PresentationFramework (2)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
975attachmentLevel = data.AttachmentLevel; 1053if (data.AttachmentLevel == AttachmentLevel.Full && data.AttachedAnchor != null)