6 references to IsSeparatorChar
PresentationFramework (6)
System\Windows\Documents\TextFindEngine.cs (6)
353hasNeighboringSeparatorChar = IsSeparatorChar(findText[0]); 357hasNeighboringSeparatorChar = IsSeparatorChar(findText[findTextLength-1]); 832if (IsSeparatorChar(textString[matchIndex + matchLength])) 845if (IsSeparatorChar(textString[matchIndex - 1]) && hasFollowingSeparatorChar) 852if (IsSeparatorChar(textString[matchIndex - 1]) && IsSeparatorChar(textString[matchIndex + matchLength]))