14 references to WinUI
Microsoft.Maui.Controls (3)
DeviceStateTrigger.cs (1)
46 SetActive(DeviceInfo.Platform == DevicePlatform.WinUI);
OnPlatform.cs (1)
57 if (onPlat.Platform != null && onPlat.Platform.Contains("UWP") && DeviceInfo.Platform == DevicePlatform.WinUI)
WebView\WebView.cs (1)
129 if (DeviceInfo.Platform != DevicePlatform.WinUI)
Microsoft.Maui.Controls.Xaml (3)
MarkupExtensions\OnPlatformExtension.cs (2)
160 if (DeviceInfo.Platform == DevicePlatform.WinUI && WinUI != s_notset) 166 if (DeviceInfo.Platform == DevicePlatform.WinUI && UWP != s_notset)
XamlParser.cs (1)
303 if (targetPlatform == "Windows" && DeviceInfo.Platform == DevicePlatform.WinUI)
Microsoft.Maui.Essentials (8)
DeviceInfo\DeviceInfo.uwp.cs (1)
61 public DevicePlatform Platform => DevicePlatform.WinUI;
FilePicker\FilePicker.uwp.cs (5)
73 { DevicePlatform.WinUI, FileExtensions.AllImage } 79 { DevicePlatform.WinUI, new[] { FileExtensions.Png } } 85 { DevicePlatform.WinUI, FileExtensions.AllJpeg } 91 { DevicePlatform.WinUI, FileExtensions.AllVideo } 97 { DevicePlatform.WinUI, new[] { FileExtensions.Pdf } }
Types\DevicePlatform.shared.cs (2)
48 public static DevicePlatform UWP { get; } = new DevicePlatform(nameof(WinUI)); 53 public static DevicePlatform WinUI { get; } = new DevicePlatform(nameof(WinUI));