12 references to BorderingElementCategory
PresentationFramework (12)
System\Windows\Documents\TextPointerBase.cs (12)
323
BorderingElementCategory
category = GetBorderingElementCategory(navigator, LogicalDirection.Forward);
326
if (category ==
BorderingElementCategory
.MergeableScopingInline)
332
while (GetBorderingElementCategory(navigator, LogicalDirection.Forward) ==
BorderingElementCategory
.MergeableScopingInline);
1471
BorderingElementCategory
elementType = GetBorderingElementCategory(position, direction);
1473
if (elementType ==
BorderingElementCategory
.MergeableScopingInline)
1481
while ((elementType = GetBorderingElementCategory(navigator, direction)) ==
BorderingElementCategory
.MergeableScopingInline);
1484
return (elementType ==
BorderingElementCategory
.NonMergeableScopingInline);
1489
private static
BorderingElementCategory
GetBorderingElementCategory(ITextPointer position, LogicalDirection direction)
1492
BorderingElementCategory
category;
1497
category =
BorderingElementCategory
.NotScopingInline;
1501
category =
BorderingElementCategory
.MergeableScopingInline;
1505
category =
BorderingElementCategory
.NonMergeableScopingInline;