8 references to IsWhiteSpace
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1183
if (!XamlReaderHelper.
IsWhiteSpace
(xamlTextNode.Text[i]))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1314
if (!XamlReaderHelper.
IsWhiteSpace
(xamlTextNode.Text[i]))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
1266
if (!
IsWhiteSpace
(textValueStringBuilder[i]))
1285
if (
IsWhiteSpace
(lastChar))
5464
if (!
IsWhiteSpace
(text[index]))
5481
if (!
IsWhiteSpace
(text[i]))
5584
if (!
IsWhiteSpace
(currentChar))
5676
if (
IsWhiteSpace
(text[textLength - 1]))