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