8 references to IsWhiteSpace
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1192
if (!XamlReaderHelper.
IsWhiteSpace
(xamlTextNode.Text[i]))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1323
if (!XamlReaderHelper.
IsWhiteSpace
(xamlTextNode.Text[i]))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
1277
if (!
IsWhiteSpace
(textValueStringBuilder[i]))
1296
if (
IsWhiteSpace
(lastChar))
5474
if (!
IsWhiteSpace
(text[index]))
5491
if (!
IsWhiteSpace
(text[i]))
5594
if (!
IsWhiteSpace
(currentChar))
5686
if (
IsWhiteSpace
(text[textLength - 1]))