2 references to Pane2LengthProperty
Microsoft.Maui.Controls.Foldable (2)
TwoPaneView.cs (2)
168
get { return (GridLength)GetValue(
Pane2LengthProperty
); }
169
set { SetValue(
Pane2LengthProperty
, value); }