4 references to GetBorderingElementCategory
PresentationFramework (4)
System\Windows\Documents\TextPointerBase.cs (4)
323
BorderingElementCategory category =
GetBorderingElementCategory
(navigator, LogicalDirection.Forward);
332
while (
GetBorderingElementCategory
(navigator, LogicalDirection.Forward) == BorderingElementCategory.MergeableScopingInline);
1471
BorderingElementCategory elementType =
GetBorderingElementCategory
(position, direction);
1481
while ((elementType =
GetBorderingElementCategory
(navigator, direction)) == BorderingElementCategory.MergeableScopingInline);