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