7 references to _targets
Microsoft.Maui.Controls (7)
Style.cs (7)
67
foreach (var target in (IEnumerable<KeyValuePair<BindableObject, object>>)(object)
_targets
)
95
lock (
_targets
)
101
_targets
.AddOrUpdate(bindable, specificity);
117
lock (
_targets
)
119
_targets
.Remove(bindable);
140
foreach (var target in (IEnumerable<KeyValuePair<BindableObject, object>>)(object)
_targets
)
154
if (!style.
_targets
.TryGetValue(bindable, out var objectspecificity))