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