1 write to Context
Microsoft.Maui.Controls.Xaml (1)
RegisterXNamesVisitor.cs (1)
11
Context
= context;
5 references to Context
Microsoft.Maui.Controls.Xaml (5)
RegisterXNamesVisitor.cs (5)
22
public bool IsResourceDictionary(ElementNode node) => typeof(ResourceDictionary).IsAssignableFrom(
Context
.Types[node]);
38
if (
Context
.ExceptionHandler != null)
40
Context
.ExceptionHandler(xpe);
47
if (
Context
.ExceptionHandler != null)
49
Context
.ExceptionHandler(knfe);