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