4 references to HasNeighboringSeparatorChar
PresentationFramework (4)
System\Windows\Documents\TextFindEngine.cs (4)
302hasPreceedingSeparatorChar = HasNeighboringSeparatorChar(oppositeEndPosition, LogicalDirection.Backward); 303hasFollowingSeparatorChar = HasNeighboringSeparatorChar(position, LogicalDirection.Forward); 307hasPreceedingSeparatorChar = HasNeighboringSeparatorChar(position, LogicalDirection.Backward); 308hasFollowingSeparatorChar = HasNeighboringSeparatorChar(oppositeEndPosition, LogicalDirection.Forward);