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