5 writes to Attributes
Microsoft.Maui.Controls (5)
BindableObject.cs (5)
453 context.Attributes &= ~BindableContextAttributes.IsDynamicResource; 590 context.Attributes |= BindableContextAttributes.IsBeingSet; 606 context.Attributes &= ~BindableContextAttributes.IsBeingSet; 647 context.Attributes &= ~BindableContextAttributes.IsDefaultValueCreated; 746 context.Attributes = BindableContextAttributes.IsDefaultValueCreated;
5 references to Attributes
Microsoft.Maui.Controls (5)
BindableObject.cs (4)
189 Current = new LocalValueEntry(_propertiesEnumerator.Current.Key, _propertiesEnumerator.Current.Value.Values.GetValue(), _propertiesEnumerator.Current.Value.Attributes); 252 if ((bpcontext.Attributes & BindableContextAttributes.IsDefaultValueCreated) == BindableContextAttributes.IsDefaultValueCreated) 579 if ((context.Attributes & BindableContextAttributes.IsBeingSet) != 0) 649 if ((context.Attributes & BindableContextAttributes.IsDynamicResource) != 0 && clearDynamicResources)
BindableObjectExtensions.cs (1)
22 if (!ctx.Attributes.HasFlag(BindableObject.BindableContextAttributes.IsBeingSet))