1 interface inheriting from IExpressionParser
Microsoft.Maui.Controls.Xaml (1)
IExpressionParser.cs (1)
10 internal interface IExpressionParser<out T> : IExpressionParser
4 references to IExpressionParser
Microsoft.Maui.Controls.Build.Tasks (1)
ExpandMarkupsVisitor.cs (1)
117 object IExpressionParser.Parse(string match, ref string remaining, IServiceProvider serviceProvider) => Parse(match, ref remaining, serviceProvider);
Microsoft.Maui.Controls.Xaml (3)
ExpandMarkupsVisitor.cs (1)
119 object IExpressionParser.Parse(string match, ref string remaining, IServiceProvider serviceProvider)
MarkupExpressionParser.cs (2)
69 var parser = Activator.CreateInstance(GetType()) as IExpressionParser;