1 write to DefaultValueCreator
Microsoft.Maui.Controls (1)
BindableProperty.cs (1)
112
DefaultValueCreator
= defaultValueCreator;
4 references to DefaultValueCreator
Microsoft.Maui.Controls (4)
BindableObject.cs (2)
170
var context = property.
DefaultValueCreator
!= null ? GetOrCreateContext(property) : GetContext(property);
741
var defaultValueCreator = property.
DefaultValueCreator
;
BindableProperty.cs (2)
202
if (
DefaultValueCreator
!= null)
203
return
DefaultValueCreator
(bindable);