4 references to EndPortion
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
1030data = ResolveSingleLocator(ref selection, ref attachmentLevel, AttachmentLevel.EndPortion, locators[locators.Count - 1], offset, startNode, skipStartNode); 1041if (attachmentLevel == (AttachmentLevel.StartPortion | AttachmentLevel.EndPortion))
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
306attachmentLevel &= ~AttachmentLevel.EndPortion;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
231if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.EndPortion) != 0)