2 references to Platform
Microsoft.Maui.Controls.Compatibility (2)
Android\AppCompat\PageExtensions.cs (1)
64 var platform = new Platform(context, true);
Android\AppCompat\Platform.cs (1)
51 internal Platform(Context context) : this(context, false)