1 write to ExceptionHandler
Microsoft.Maui.Controls.Xaml (1)
ExpandMarkupsVisitor.cs (1)
111
return new MarkupExpansionParser {
ExceptionHandler
= Context.ExceptionHandler }.Parse(match, ref expression, serviceProvider);
2 references to ExceptionHandler
Microsoft.Maui.Controls.Xaml (2)
ExpandMarkupsVisitor.cs (2)
195
if (
ExceptionHandler
!= null)
197
ExceptionHandler
(ex);