6 references to IsSeparatorChar
PresentationFramework (6)
System\Windows\Documents\TextFindEngine.cs (6)
363
hasNeighboringSeparatorChar =
IsSeparatorChar
(findText[0]);
367
hasNeighboringSeparatorChar =
IsSeparatorChar
(findText[findTextLength-1]);
842
if (
IsSeparatorChar
(textString[matchIndex + matchLength]))
855
if (
IsSeparatorChar
(textString[matchIndex - 1]) && hasFollowingSeparatorChar)
862
if (
IsSeparatorChar
(textString[matchIndex - 1]) &&
IsSeparatorChar
(textString[matchIndex + matchLength]))