4 references to EndPortion
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
993data = ResolveSingleLocator(ref selection, ref attachmentLevel, AttachmentLevel.EndPortion, locators[locators.Count - 1], offset, startNode, skipStartNode); 1004if (attachmentLevel == (AttachmentLevel.StartPortion | AttachmentLevel.EndPortion))
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
283attachmentLevel &= ~AttachmentLevel.EndPortion;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
216if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.EndPortion) != 0)