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