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