4 references to GetOrCreateContext
Microsoft.Maui.Controls (4)
BindableObject.cs (4)
170
var context = property.DefaultValueCreator != null ?
GetOrCreateContext
(property) : GetContext(property);
302
var context =
GetOrCreateContext
(targetProperty);
452
BindablePropertyContext context =
GetOrCreateContext
(property);
575
BindablePropertyContext context =
GetOrCreateContext
(property);