4 references to IsDefaultValueCreated
Microsoft.Maui.Controls (4)
BindableObject.cs (4)
252 if ((bpcontext.Attributes & BindableContextAttributes.IsDefaultValueCreated) == BindableContextAttributes.IsDefaultValueCreated) 647 context.Attributes &= ~BindableContextAttributes.IsDefaultValueCreated; 746 context.Attributes = BindableContextAttributes.IsDefaultValueCreated;