8 references to IsWhiteSpace
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1187
if (!XamlReaderHelper.
IsWhiteSpace
(xamlTextNode.Text[i]))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1319
if (!XamlReaderHelper.
IsWhiteSpace
(xamlTextNode.Text[i]))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
1271
if (!
IsWhiteSpace
(textValueStringBuilder[i]))
1290
if (
IsWhiteSpace
(lastChar))
5468
if (!
IsWhiteSpace
(text[index]))
5485
if (!
IsWhiteSpace
(text[i]))
5588
if (!
IsWhiteSpace
(currentChar))
5680
if (
IsWhiteSpace
(text[textLength - 1]))