2 references to Pane1LengthProperty
Microsoft.Maui.Controls.Foldable (2)
TwoPaneView.cs (2)
158 get { return (GridLength)GetValue(Pane1LengthProperty); } 159 set { SetValue(Pane1LengthProperty, value); }