7 references to GetSpecificityAndValue
Microsoft.Maui.Controls (7)
BindableObject.cs (5)
131
var original = bpcontext.Values.
GetSpecificityAndValue
();
227
var pair = context.Values.
GetSpecificityAndValue
();
318
var b_p = context.Bindings.
GetSpecificityAndValue
();
612
var specificityAndValue = context.Values.
GetSpecificityAndValue
();
706
var kvp = bindings.
GetSpecificityAndValue
();
VisualStateManager.cs (1)
73
var vsgSpecificityValue = context.Values.
GetSpecificityAndValue
();
Xaml\Diagnostics\BindablePropertyDiagnostics.cs (1)
18
var specificity = context.Values.
GetSpecificityAndValue
().Key;