1 write to Context
Microsoft.Maui.Controls.Xaml (1)
ExpandMarkupsVisitor.cs (1)
15
public ExpandMarkupsVisitor(HydrationContext context) =>
Context
= context;
7 references to Context
Microsoft.Maui.Controls.Xaml (7)
ExpandMarkupsVisitor.cs (7)
28
get { return
Context
.Values; }
86
if (
Context
.ExceptionHandler != null)
88
Context
.ExceptionHandler(ex);
101
if (
Context
.ExceptionHandler != null)
103
Context
.ExceptionHandler(ex);
108
var serviceProvider = new XamlServiceProvider(node,
Context
);
111
return new MarkupExpansionParser { ExceptionHandler =
Context
.ExceptionHandler }.Parse(match, ref expression, serviceProvider);