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