8 references to IsCharsAvailable
PresentationFramework (8)
System\Windows\Documents\XamlToRtfParser.cs (8)
285for (_xamlIndex++; IsCharsAvailable(1) && IsSpace(_xaml[_xamlIndex]); _xamlIndex++) 299for (_xamlIndex++; IsCharsAvailable(1); _xamlIndex++) 314for (_xamlIndex++; IsCharsAvailable(1); _xamlIndex++) 361if (!IsCharsAvailable(1)) 376for (_xamlIndex++; IsCharsAvailable(2); _xamlIndex++) 391for (; IsCharsAvailable(3); _xamlIndex++) 410for (_xamlIndex++; IsCharsAvailable(1); _xamlIndex++) 428for (; IsCharsAvailable(1); _xamlIndex++)