1 write to _content1
Microsoft.Maui.Controls.Foldable (1)
TwoPaneView.cs (1)
230 _content1 = new ContentView();
26 references to _content1
Microsoft.Maui.Controls.Foldable (26)
TwoPaneView.cs (26)
127 twoPaneView._content1.Content = newView; 233 Children.Add(_content1); 520 SetRowColumn(_content1, 0, 0); 522 _content1.IsVisible = true; 528 _content1.Padding = new Thickness(pane1.X, 0, 0, 0); 533 _content1.Padding = new Thickness(0, 0, 0, 0); 538 SetRowColumn(_content1, 0, 2); 540 _content1.IsVisible = true; 547 _content1.Padding = new Thickness(0, 0, newWidth - pane1.Width, 0); 551 _content1.Padding = new Thickness(0, 0, 0, 0); 556 SetRowColumn(_content1, 0, 0); 558 _content1.IsVisible = true; 564 _content1.Padding = new Thickness(0, pane1.Y, 0, 0); 569 _content1.Padding = new Thickness(0, 0, 0, 0); 575 SetRowColumn(_content1, 2, 0); 577 _content1.IsVisible = true; 584 _content1.Padding = new Thickness(0, 0, 0, newHeight - pane1.Height); 588 _content1.Padding = new Thickness(0, 0, 0, 0); 593 SetRowColumn(_content1, 0, 0); 595 _content1.IsVisible = true; 600 _content1.Padding = new Thickness(pane1.X, pane1.Y, newWidth - pane1.Width - pane1.X, newHeight - pane1.Height - pane1.Y); 605 _content1.Padding = new Thickness(0, 0, 0, 0); 610 SetRowColumn(_content1, 0, 2); 612 _content1.IsVisible = false; 616 _content1.Padding = new Thickness(0, 0, 0, 0); 622 _content1.Padding = new Thickness(0, 0, 0, 0);