4 references to GetBorderingElementCategory
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextPointerBase.cs (4)
325
BorderingElementCategory category =
GetBorderingElementCategory
(navigator, LogicalDirection.Forward);
334
while (
GetBorderingElementCategory
(navigator, LogicalDirection.Forward) == BorderingElementCategory.MergeableScopingInline);
1476
BorderingElementCategory elementType =
GetBorderingElementCategory
(position, direction);
1486
while ((elementType =
GetBorderingElementCategory
(navigator, direction)) == BorderingElementCategory.MergeableScopingInline);