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