2 writes to _fireSetNeedsLayoutOnParentWhenWindowAttached
Microsoft.Maui (2)
Platform\iOS\MauiView.cs (2)
162
_fireSetNeedsLayoutOnParentWhenWindowAttached
= false;
166
_fireSetNeedsLayoutOnParentWhenWindowAttached
= true;
1 reference to _fireSetNeedsLayoutOnParentWhenWindowAttached
Microsoft.Maui (1)
Platform\iOS\MauiView.cs (1)
152
if (shouldOnlyInvalidateIfPending && !
_fireSetNeedsLayoutOnParentWhenWindowAttached
)