Base:
5 references to Peek
Microsoft.Maui.Controls (5)
StyleSheets\CssReader.cs (1)
54 return Peek(); //recursively call self for comments following comments
StyleSheets\Selector.cs (2)
20 while ((p = reader.Peek()) > 0) 78 while ((p = reader.Peek()) > 0)
StyleSheets\Style.cs (1)
28 while ((p = reader.Peek()) > 0)
StyleSheets\StyleSheet.cs (1)
68 while ((p = reader.Peek()) > 0)