зеркало из https://github.com/DeGsoft/maui-linux.git
Set ExceptionHandler on HydrationContext in ApplyPropertiesVisitor.SetTemplate() (#6573)
This commit is contained in:
Родитель
d77fccdaa6
Коммит
083b4ea122
|
@ -695,7 +695,7 @@ namespace Xamarin.Forms.Xaml
|
|||
((IDataTemplate)dt).LoadTemplate = () => {
|
||||
#pragma warning restore 0612
|
||||
var cnode = node.Clone();
|
||||
var context = new HydrationContext { ParentContext = Context, RootElement = Context.RootElement };
|
||||
var context = new HydrationContext { ParentContext = Context, RootElement = Context.RootElement, ExceptionHandler = Context.ExceptionHandler };
|
||||
cnode.Accept(new XamlNodeVisitor((n, parent) => n.Parent = parent), node.Parent); //set parents for {StaticResource}
|
||||
cnode.Accept(new ExpandMarkupsVisitor(context), null);
|
||||
cnode.Accept(new NamescopingVisitor(context), null);
|
||||
|
|
Загрузка…
Ссылка в новой задаче