We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1dcfc2 commit 5af4754Copy full SHA for 5af4754
src/Maui/Prism.Maui/Extensions/VisualElementExtensions.cs
@@ -1,4 +1,4 @@
1
-namespace Prism.Extensions;
+namespace Prism.Extensions;
2
3
internal static class VisualElementExtensions
4
{
@@ -17,7 +17,7 @@ public static Element GetRoot(this Element element)
17
};
18
}
19
20
- internal static Page GetParentPage(this Element visualElement)
+ public static Page GetParentPage(this Element visualElement)
21
22
return visualElement.Parent switch
23
0 commit comments