4 references to HasNeighboringSeparatorChar
PresentationFramework (4)
System\Windows\Documents\TextFindEngine.cs (4)
304hasPreceedingSeparatorChar = HasNeighboringSeparatorChar(oppositeEndPosition, LogicalDirection.Backward); 305hasFollowingSeparatorChar = HasNeighboringSeparatorChar(position, LogicalDirection.Forward); 309hasPreceedingSeparatorChar = HasNeighboringSeparatorChar(position, LogicalDirection.Backward); 310hasFollowingSeparatorChar = HasNeighboringSeparatorChar(oppositeEndPosition, LogicalDirection.Forward);