6 references to IsSeparatorChar
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextFindEngine.cs (6)
368hasNeighboringSeparatorChar = IsSeparatorChar(findText[0]); 372hasNeighboringSeparatorChar = IsSeparatorChar(findText[findTextLength-1]); 853if (IsSeparatorChar(textString[matchIndex + matchLength])) 866if (IsSeparatorChar(textString[matchIndex - 1]) && hasFollowingSeparatorChar) 873if (IsSeparatorChar(textString[matchIndex - 1]) && IsSeparatorChar(textString[matchIndex + matchLength]))