1 write to CurrentInvalidationDepth
Microsoft.Maui.Controls (1)
InvalidationEventArgs.cs (1)
15
CurrentInvalidationDepth
= depth;
3 references to CurrentInvalidationDepth
Microsoft.Maui.Controls (3)
LegacyLayouts\Layout.cs (1)
364
depth = args.
CurrentInvalidationDepth
;
Page\Page.cs (1)
522
depth = args.
CurrentInvalidationDepth
;
VisualElement\VisualElement.cs (1)
1409
var depth = args.
CurrentInvalidationDepth
;