1 instantiation of BindableLayoutController
Microsoft.Maui.Controls (1)
BindableLayout\BindableLayout.cs (1)
38
defaultValueCreator: (b) => new
BindableLayoutController
((IBindableLayout)b),
10 references to BindableLayoutController
Microsoft.Maui.Controls (10)
BindableLayout\BindableLayout.cs (10)
37
BindableProperty.CreateAttached("BindableLayoutController", typeof(
BindableLayoutController
), typeof(IBindableLayout), default(
BindableLayoutController
),
39
propertyChanged: (b, o, n) => OnControllerChanged(b, (
BindableLayoutController
)o, (
BindableLayoutController
)n));
109
internal static
BindableLayoutController
GetBindableLayoutController(BindableObject b)
111
return (
BindableLayoutController
)b.GetValue(BindableLayoutControllerProperty);
114
static void SetBindableLayoutController(BindableObject b,
BindableLayoutController
value)
119
static void OnControllerChanged(BindableObject b,
BindableLayoutController
oldC,
BindableLayoutController
newC)
215
static readonly BindableProperty BindableLayoutTemplateProperty = BindableProperty.CreateAttached("BindableLayoutTemplate", typeof(DataTemplate), typeof(
BindableLayoutController
), default(DataTemplate));