1 implementation of GetProperty
Microsoft.Maui.Controls (1)
VisualElement\VisualElement_StyleSheet.cs (1)
15
BindableProperty IStylable.
GetProperty
(string key, bool inheriting)
1 reference to GetProperty
Microsoft.Maui.Controls (1)
StyleSheets\Style.cs (1)
70
var property = ((IStylable)styleable).
GetProperty
(decl.Key, inheriting);