13 references to BindableContextAttributes
Microsoft.Maui.Controls (13)
BindableObject.cs (12)
206 internal LocalValueEntry(BindableProperty property, object value, BindableContextAttributes attributes) 215 public BindableContextAttributes Attributes { get; } 252 if ((bpcontext.Attributes & BindableContextAttributes.IsDefaultValueCreated) == BindableContextAttributes.IsDefaultValueCreated) 453 context.Attributes &= ~BindableContextAttributes.IsDynamicResource; 579 if ((context.Attributes & BindableContextAttributes.IsBeingSet) != 0) 590 context.Attributes |= BindableContextAttributes.IsBeingSet; 606 context.Attributes &= ~BindableContextAttributes.IsBeingSet; 647 context.Attributes &= ~BindableContextAttributes.IsDefaultValueCreated; 649 if ((context.Attributes & BindableContextAttributes.IsDynamicResource) != 0 && clearDynamicResources) 746 context.Attributes = BindableContextAttributes.IsDefaultValueCreated; 845 public BindableContextAttributes Attributes;
BindableObjectExtensions.cs (1)
22 if (!ctx.Attributes.HasFlag(BindableObject.BindableContextAttributes.IsBeingSet))