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