4 references to HasNeighboringSeparatorChar
PresentationFramework (4)
System\Windows\Documents\TextFindEngine.cs (4)
312hasPreceedingSeparatorChar = HasNeighboringSeparatorChar(oppositeEndPosition, LogicalDirection.Backward); 313hasFollowingSeparatorChar = HasNeighboringSeparatorChar(position, LogicalDirection.Forward); 317hasPreceedingSeparatorChar = HasNeighboringSeparatorChar(position, LogicalDirection.Backward); 318hasFollowingSeparatorChar = HasNeighboringSeparatorChar(oppositeEndPosition, LogicalDirection.Forward);