4 references to GetBorderingElementCategory
PresentationFramework (4)
System\Windows\Documents\TextPointerBase.cs (4)
320
BorderingElementCategory category =
GetBorderingElementCategory
(navigator, LogicalDirection.Forward);
329
while (
GetBorderingElementCategory
(navigator, LogicalDirection.Forward) == BorderingElementCategory.MergeableScopingInline);
1468
BorderingElementCategory elementType =
GetBorderingElementCategory
(position, direction);
1478
while ((elementType =
GetBorderingElementCategory
(navigator, direction)) == BorderingElementCategory.MergeableScopingInline);