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