1 reference to IsSpace
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (1)
288
for (_xamlIndex++; IsCharsAvailable(1) &&
IsSpace
(_xaml[_xamlIndex]); _xamlIndex++)