3 implementations of Parse
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 (2)
ExpandMarkupsVisitor.cs (1)
119 object IExpressionParser.Parse(string match, ref string remaining, IServiceProvider serviceProvider)
MarkupExtensionParser.cs (1)
16 public object Parse(string match, ref string remaining, IServiceProvider serviceProvider)
1 reference to Parse
Microsoft.Maui.Controls.Xaml (1)
MarkupExpressionParser.cs (1)
70 return parser.Parse(match, ref expression, serviceProvider);