Exemplo n.º 1
0
 public void UpdateLayout()
 {
     Performance.Start(out string reference);
     Tracker?.UpdateLayout();
     Performance.Stop(reference);
 }
Exemplo n.º 2
0
 void IVisualElementRenderer.UpdateLayout() => _tracker?.UpdateLayout();
Exemplo n.º 3
0
 public void UpdateLayout()
 {
     Tracker?.UpdateLayout();
 }