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