2 references to BindableLayoutControllerProperty
Microsoft.Maui.Controls (2)
BindableLayout\BindableLayout.cs (2)
111
return (BindableLayoutController)b.GetValue(
BindableLayoutControllerProperty
);
116
b.SetValue(
BindableLayoutControllerProperty
, value);