Example #1
0
 private void OnAddingChild(UIElement child)
 {
     if (IsLoading || IsLoaded)
     {
         child.OnElementLoading(Depth + 1);
     }
 }
Example #2
0
 internal static void LoadingRootElement(UIElement visualTreeRoot)
 => visualTreeRoot.OnElementLoading(1);