5 references to IsLinearWhiteSpaceChar
WindowsBase (5)
Base\MS\Internal\ContentType.cs (5)
96if (IsLinearWhiteSpaceChar(contentType[0]) || IsLinearWhiteSpaceChar(contentType[contentType.Length - 1])) 399Debug.Assert(!IsLinearWhiteSpaceChar(contentType[0]) && !IsLinearWhiteSpaceChar(contentType[contentType.Length - 1])); 605if (IsLinearWhiteSpaceChar(quotedText[i]))