5 references to OnLoadedCheck
Microsoft.Maui (5)
Platform\iOS\ViewExtensions.cs (5)
643
uiView.BeginInvokeOnMainThread(() =>
OnLoadedCheck
(null));
651
var boundObserver = (NSObject)uiView.Layer.AddObserver(boundKey, Foundation.NSKeyValueObservingOptions.OldNew, (oc) =>
OnLoadedCheck
(oc));
652
var frameObserver = (NSObject)uiView.Layer.AddObserver(frameKey, Foundation.NSKeyValueObservingOptions.OldNew, (oc) =>
OnLoadedCheck
(oc));
661
uiView.BeginInvokeOnMainThread(() =>
OnLoadedCheck
(null));
680
uiView.BeginInvokeOnMainThread(() =>
OnLoadedCheck
(null));