9 references to BeginInvokeOnMainThread
Microsoft.Maui.Controls.Compatibility (9)
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\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; });