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 5af4754 commit a33db2fCopy full SHA for a33db2f
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
- public static Page GetParentPage(this Element visualElement)
+ internal static Page GetParentPage(this Element visualElement)
21
22
return visualElement.Parent switch
23
0 commit comments