6 references to IsSeparatorChar
PresentationFramework (6)
System\Windows\Documents\TextFindEngine.cs (6)
355hasNeighboringSeparatorChar = IsSeparatorChar(findText[0]); 359hasNeighboringSeparatorChar = IsSeparatorChar(findText[findTextLength-1]); 834if (IsSeparatorChar(textString[matchIndex + matchLength])) 847if (IsSeparatorChar(textString[matchIndex - 1]) && hasFollowingSeparatorChar) 854if (IsSeparatorChar(textString[matchIndex - 1]) && IsSeparatorChar(textString[matchIndex + matchLength]))