1 write to objectAndParents
Microsoft.Maui.Controls.Xaml (1)
XamlServiceProvider.cs (1)
157
this.
objectAndParents
= objectAndParents;
4 references to objectAndParents
Microsoft.Maui.Controls.Xaml (4)
XamlServiceProvider.cs (4)
162
IEnumerable<object> IProvideParentValues.ParentObjects =>
objectAndParents
;
163
object IProvideValueTarget.TargetObject =>
objectAndParents
[0];
174
for (var i = 0; i <
objectAndParents
.Length; i++)
176
if (!(
objectAndParents
[i] is BindableObject bo))