3 references to GetContentPropertyName
Microsoft.Maui.Controls.Xaml (3)
ApplyPropertiesVisitor.cs (2)
72 var contentProperty = GetContentPropertyName(Context.Types[parentElement]); 153 && (contentProperty = GetContentPropertyName(Context.Types[parentElement])) != null)
MarkupExtensionParser.cs (1)
71 prop = ApplyPropertiesVisitor.GetContentPropertyName(t);