1 write to ParentContext
Microsoft.Maui.Controls.Xaml (1)
ApplyPropertiesVisitor.cs (1)
790
var context = new HydrationContext {
ParentContext
= Context, RootAssembly = Context.RootAssembly, RootElement = Context.RootElement, ExceptionHandler = Context.ExceptionHandler };
1 reference to ParentContext
Microsoft.Maui.Controls.Xaml (1)
XamlServiceProvider.cs (1)
112
context = context.
ParentContext
;