2 instantiations of RuntimeNameProperty
Microsoft.Maui.Controls (2)
VisualStateManager.cs (2)
378
[
RuntimeNameProperty
(nameof(Name))]
600
[
RuntimeNameProperty
(nameof(Name))]
2 references to RuntimeNameProperty
Microsoft.Maui.Controls.Xaml (2)
ApplyPropertiesVisitor.cs (2)
836
var
runTimeName = source.GetType().GetCustomAttribute<
RuntimeNamePropertyAttribute
>();