2 references to CreateAttachedReadOnly
Microsoft.Maui.Controls (2)
PlatformConfiguration\TizenSpecific\Application.cs (1)
68
public static readonly BindablePropertyKey ActiveBezelInteractionElementPropertyKey = BindableProperty.
CreateAttachedReadOnly
("ActiveBezelInteractionElement", typeof(Element), typeof(FormsElement), default(Element));
TemplatedItemsList.cs (1)
38
static readonly BindablePropertyKey IsGroupHeaderPropertyKey = BindableProperty.
CreateAttachedReadOnly
("IsGroupHeader", typeof(bool), typeof(Cell), false);