8 references to IsCharsAvailable
PresentationFramework (8)
System\Windows\Documents\XamlToRtfParser.cs (8)
286for (_xamlIndex++; IsCharsAvailable(1) && IsSpace(_xaml[_xamlIndex]); _xamlIndex++) 300for (_xamlIndex++; IsCharsAvailable(1); _xamlIndex++) 315for (_xamlIndex++; IsCharsAvailable(1); _xamlIndex++) 362if (!IsCharsAvailable(1)) 377for (_xamlIndex++; IsCharsAvailable(2); _xamlIndex++) 392for (; IsCharsAvailable(3); _xamlIndex++) 411for (_xamlIndex++; IsCharsAvailable(1); _xamlIndex++) 429for (; IsCharsAvailable(1); _xamlIndex++)