8 references to _targets
Microsoft.Maui.Controls (8)
Style.cs (8)
67
foreach (var target in (IEnumerable<KeyValuePair<BindableObject, object>>)(object)
_targets
)
95
lock (
_targets
)
98
_targets
.Remove(bindable);
99
_targets
.Add(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))