4 references to GetBorderingElementCategory
PresentationFramework (4)
System\Windows\Documents\TextPointerBase.cs (4)
321
BorderingElementCategory category =
GetBorderingElementCategory
(navigator, LogicalDirection.Forward);
330
while (
GetBorderingElementCategory
(navigator, LogicalDirection.Forward) == BorderingElementCategory.MergeableScopingInline);
1469
BorderingElementCategory elementType =
GetBorderingElementCategory
(position, direction);
1479
while ((elementType =
GetBorderingElementCategory
(navigator, direction)) == BorderingElementCategory.MergeableScopingInline);