1 write to BindableProperty
Microsoft.Maui.Controls (1)
VisualElement\VisualElement_StyleSheet.cs (1)
48 return (styleAttribute.BindableProperty = bpField.GetValue(null) as BindableProperty);
2 references to BindableProperty
Microsoft.Maui.Controls (2)
VisualElement\VisualElement_StyleSheet.cs (2)
36 if (styleAttribute.BindableProperty != null) 37 return styleAttribute.BindableProperty;