4 references to Device
Microsoft.Maui.Controls (4)
DeviceStateTrigger.cs (4)
21
/// <summary>Bindable property for <see cref="
Device
"/>.</summary>
23
BindableProperty.Create(nameof(
Device
), typeof(string), typeof(DeviceStateTrigger), string.Empty,
40
if (string.IsNullOrEmpty(
Device
))
43
var device = DevicePlatform.Create(
Device
);