1 write to _content2
Microsoft.Maui.Controls.Foldable (1)
TwoPaneView.cs (1)
231 _content2 = new ContentView();
26 references to _content2
Microsoft.Maui.Controls.Foldable (26)
TwoPaneView.cs (26)
129 twoPaneView._content2.Content = newView; 234 Children.Add(_content2); 521 SetRowColumn(_content2, 0, 2); 523 _content2.IsVisible = true; 529 _content2.Padding = new Thickness(0, 0, newWidth - pane1.Width, 0); 534 _content2.Padding = new Thickness(0, 0, 0, 0); 539 SetRowColumn(_content2, 0, 0); 541 _content2.IsVisible = true; 546 _content2.Padding = new Thickness(pane1.X, 0, 0, 0); 552 _content2.Padding = new Thickness(0, 0, 0, 0); 557 SetRowColumn(_content2, 2, 0); 559 _content2.IsVisible = true; 565 _content2.Padding = new Thickness(0, 0, 0, newHeight - pane1.Height); 570 _content2.Padding = new Thickness(0, 0, 0, 0); 576 SetRowColumn(_content2, 0, 0); 578 _content2.IsVisible = true; 583 _content2.Padding = new Thickness(0, pane1.Y, 0, 0); 589 _content2.Padding = new Thickness(0, 0, 0, 0); 594 SetRowColumn(_content2, 0, 2); 596 _content2.IsVisible = false; 601 _content2.Padding = new Thickness(0, 0, 0, 0); 606 _content2.Padding = new Thickness(0, 0, 0, 0); 611 SetRowColumn(_content2, 0, 0); 613 _content2.IsVisible = true; 618 _content2.Padding = new Thickness(pane1.X, pane1.Y, newWidth - pane1.Width - pane1.X, newHeight - pane1.Height - pane1.Y); 623 _content2.Padding = new Thickness(0, 0, 0, 0);