5 references to StartPortion
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
994ResolvingLocatorState data = ResolveSingleLocator(ref selection, ref attachmentLevel, AttachmentLevel.StartPortion, locators[0], offset, startNode, skipStartNode); 1041if (attachmentLevel == (AttachmentLevel.StartPortion | AttachmentLevel.EndPortion))
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
302attachmentLevel &= ~AttachmentLevel.StartPortion;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
229if ((attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) != 0)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1355if ((_attachedAnnotation.AttachmentLevel & AttachmentLevel.StartPortion) == 0)