1 instantiation of SetValueArgs
Microsoft.Maui.Controls (1)
BindableObject.cs (1)
585
delayQueue.Enqueue(new
SetValueArgs
(property, context, value, currentlyApplying, attributes, specificity));
5 references to SetValueArgs
Microsoft.Maui.Controls (5)
BindableObject.cs (5)
581
Queue<
SetValueArgs
> delayQueue = context.DelayedSetters;
583
context.DelayedSetters = delayQueue = new Queue<
SetValueArgs
>();
593
Queue<
SetValueArgs
> delayQueue = context.DelayedSetters;
598
SetValueArgs
s = delayQueue.Dequeue();
849
public Queue<
SetValueArgs
> DelayedSetters;