23 references to Device
Microsoft.Maui.Controls (13)
FontSizeConverter.cs (12)
58 return Device.GetNamedSize(namedSize.Value, type, false); 77 return Device.GetNamedSize(NamedSize.Default, typeof(Label), false); 79 return Device.GetNamedSize(NamedSize.Micro, typeof(Label), false); 81 return Device.GetNamedSize(NamedSize.Small, typeof(Label), false); 83 return Device.GetNamedSize(NamedSize.Medium, typeof(Label), false); 85 return Device.GetNamedSize(NamedSize.Large, typeof(Label), false); 87 return Device.GetNamedSize(NamedSize.Body, typeof(Label), false); 89 return Device.GetNamedSize(NamedSize.Caption, typeof(Label), false); 91 return Device.GetNamedSize(NamedSize.Header, typeof(Label), false); 93 return Device.GetNamedSize(NamedSize.Subtitle, typeof(Label), false); 95 return Device.GetNamedSize(NamedSize.Title, typeof(Label), false); 97 return Device.GetNamedSize(namedSize, typeof(Label), false);
Registrar.cs (1)
434 Device.DefaultRendererAssembly,
Microsoft.Maui.Controls.Compatibility (10)
iOS\Cells\CellTableViewCell.cs (2)
32 Device.BeginInvokeOnMainThread(_cell.SendDisappearing); 39 Device.BeginInvokeOnMainThread(_cell.SendAppearing);
iOS\Cells\ViewCellRenderer.cs (2)
182 Device.BeginInvokeOnMainThread(oldCell.SendDisappearing); 189 Device.BeginInvokeOnMainThread(_viewCell.SendAppearing);
iOS\Forms.cs (1)
154 Device.DefaultRendererAssembly = typeof(Forms).Assembly;
iOS\Renderers\ListViewRenderer.cs (2)
87 Device.BeginInvokeOnMainThread(() => 100 Device.BeginInvokeOnMainThread(() =>
iOS\Renderers\NavigationRenderer.cs (3)
432 Device.BeginInvokeOnMainThread(() => { tcs.SetResult(true); }); 440 Device.BeginInvokeOnMainThread(() => { tcs.SetResult(false); }); 631 Device.BeginInvokeOnMainThread(() => { _removeControllers = null; });