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)
1263
if (!
IsWhiteSpace
(textValueStringBuilder[i]))
1282
if (
IsWhiteSpace
(lastChar))
5461
if (!
IsWhiteSpace
(text[index]))
5478
if (!
IsWhiteSpace
(text[i]))
5581
if (!
IsWhiteSpace
(currentChar))
5673
if (
IsWhiteSpace
(text[textLength - 1]))