Base:
3 references to ToString
Microsoft.Maui.Controls (2)
Device.cs (1)
74
public static string RuntimePlatform => DeviceInfo.Platform.
ToString
();
OnPlatform.cs (1)
42
if (!onPlat.Platform.Contains(DeviceInfo.Platform.
ToString
()))
Microsoft.Maui.Controls.Xaml (1)
XamlParser.cs (1)
300
if (targetPlatform != DeviceInfo.Platform.
ToString
())