4 references to MiddlePortion
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
1012
data = ResolveSingleLocator(ref selection, ref attachmentLevel, AttachmentLevel.
MiddlePortion
, locators[i], offset, startNode, skipStartNode);
1016
if ((tempLevel == AttachmentLevel.Unresolved) || ((attachmentLevel & AttachmentLevel.
MiddlePortion
) != 0))
1034
if (!middlePortionExists && attachmentLevel == AttachmentLevel.
MiddlePortion
)
1036
attachmentLevel &= ~AttachmentLevel.
MiddlePortion
;