8 references to IsWhiteSpace
PresentationBuildTasks (8)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1195
if (!XamlReaderHelper.
IsWhiteSpace
(xamlTextNode.Text[i]))
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1326
if (!XamlReaderHelper.
IsWhiteSpace
(xamlTextNode.Text[i]))
Framework\System\Windows\Markup\XamlReaderHelper.cs (6)
1279
if (!
IsWhiteSpace
(textValueStringBuilder[i]))
1298
if (
IsWhiteSpace
(lastChar))
5423
if (!
IsWhiteSpace
(text[index]))
5440
if (!
IsWhiteSpace
(text[i]))
5543
if (!
IsWhiteSpace
(currentChar))
5635
if (
IsWhiteSpace
(text[textLength - 1]))