3 references to MacCatalyst
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\OnPlatformExtension.cs (1)
150 if (DeviceInfo.Platform == DevicePlatform.MacCatalyst && MacCatalyst != s_notset)
Microsoft.Maui.Essentials (2)
Types\DevicePlatform.shared.cs (2)
25 /// <remarks>Note, this is different than <see cref="MacCatalyst"/>.</remarks> 32 public static DevicePlatform MacCatalyst { get; } = new DevicePlatform(nameof(MacCatalyst));