3 references to IsWhiteSpace
System.Web.Mobile (3)
UI\MobileControls\Adapters\EmptyTextWriter.cs (3)
111
if (!
IsWhiteSpace
(buffer, index, count))
236
if (!
IsWhiteSpace
(buffer, index, count))
360
return
IsWhiteSpace
(buffer, 0, buffer.Length);