4 references to Property
Microsoft.Maui.Controls (4)
LegacyLayouts\ConstraintExpression.cs (4)
41 if (string.IsNullOrEmpty(Property)) 43 minfo = typeof(View).GetProperties().First(pi => pi.Name == Property && pi.CanRead && pi.GetMethod.IsPublic).GetMethod; 48 if (string.IsNullOrEmpty(Property)) 52 minfo = typeof(View).GetProperties().First(pi => pi.Name == Property && pi.CanRead && pi.GetMethod.IsPublic).GetMethod;