5 references to StartPortion
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
957ResolvingLocatorState data = ResolveSingleLocator(ref selection, ref attachmentLevel, AttachmentLevel.StartPortion, locators[0], offset, startNode, skipStartNode); 1004if (attachmentLevel == (AttachmentLevel.StartPortion | AttachmentLevel.EndPortion))
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
279attachmentLevel &= ~AttachmentLevel.StartPortion;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
214if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) != 0)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1330if ((_attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) == 0)