13 references to GetContext
Microsoft.Maui.Controls (13)
BindableObject.cs (10)
127
BindablePropertyContext bpcontext =
GetContext
(property);
170
var context = property.DefaultValueCreator != null ? GetOrCreateContext(property) :
GetContext
(property);
249
var bpcontext =
GetContext
(targetProperty ?? throw new ArgumentNullException(nameof(targetProperty)));
266
BindablePropertyContext context =
GetContext
(property ?? throw new ArgumentNullException(nameof(property)));
277
BindablePropertyContext context =
GetContext
(property ?? throw new ArgumentNullException(nameof(property)));
348
BindablePropertyContext bpContext = bindable.
GetContext
(BindingContextProperty);
377
BindablePropertyContext bpContext =
GetContext
(BindingContextProperty);
431
BindablePropertyContext bpcontext =
GetContext
(targetProperty);
756
BindablePropertyContext GetOrCreateContext(BindableProperty property) =>
GetContext
(property) ?? CreateAndAddContext(property);
821
BindablePropertyContext bpcontext =
GetContext
(property);
BindableObjectExtensions.cs (1)
16
var ctx = self.
GetContext
(property);
VisualStateManager.cs (1)
67
var context = visualElement.
GetContext
(VisualStateGroupsProperty);
Xaml\Diagnostics\BindablePropertyDiagnostics.cs (1)
14
var context = bindable.
GetContext
(property);