5 references to macOS
Microsoft.Maui.Controls (2)
FlyoutPage\FlyoutPage.cs (1)
303 return DeviceInfo.Platform == DevicePlatform.macOS;
ListView\ListView.cs (1)
123 DeviceInfo.Platform == DevicePlatform.macOS)
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\OnPlatformExtension.cs (1)
145 if (DeviceInfo.Platform == DevicePlatform.macOS && macOS != s_notset)
Microsoft.Maui.Essentials (2)
Types\DevicePlatform.shared.cs (2)
26 public static DevicePlatform macOS { get; } = new DevicePlatform(nameof(macOS)); 31 /// <remarks>Note, this is different than <see cref="macOS"/>.</remarks>