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