8 references to IsCharsAvailable
PresentationFramework (8)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (8)
288for (_xamlIndex++; IsCharsAvailable(1) && IsSpace(_xaml[_xamlIndex]); _xamlIndex++) 302for (_xamlIndex++; IsCharsAvailable(1); _xamlIndex++) 317for (_xamlIndex++; IsCharsAvailable(1); _xamlIndex++) 364if (!IsCharsAvailable(1)) 379for (_xamlIndex++; IsCharsAvailable(2); _xamlIndex++) 394for (; IsCharsAvailable(3); _xamlIndex++) 413for (_xamlIndex++; IsCharsAvailable(1); _xamlIndex++) 431for (; IsCharsAvailable(1); _xamlIndex++)