8 references to IsWhiteSpace
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1184
if (!XamlReaderHelper.
IsWhiteSpace
(xamlTextNode.Text[i]))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1315
if (!XamlReaderHelper.
IsWhiteSpace
(xamlTextNode.Text[i]))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
1267
if (!
IsWhiteSpace
(textValueStringBuilder[i]))
1286
if (
IsWhiteSpace
(lastChar))
5466
if (!
IsWhiteSpace
(text[index]))
5483
if (!
IsWhiteSpace
(text[i]))
5586
if (!
IsWhiteSpace
(currentChar))
5678
if (
IsWhiteSpace
(text[textLength - 1]))