2 instantiations of Property
Microsoft.Maui.Controls.Xaml (2)
MarkupExpressionParser.cs (2)
151 return new Property { last = next == '}', name = name, strValue = str_value, value = value }; 170 return new Property { last = last, name = prop, strValue = value as string, value = value };
5 references to Property
Microsoft.Maui.Controls.Build.Tasks (1)
ExpandMarkupsVisitor.cs (1)
148 Property parsed;
Microsoft.Maui.Controls.Xaml (4)
ExpandMarkupsVisitor.cs (1)
146 Property parsed;
MarkupExpressionParser.cs (2)
126 protected Property ParseProperty(IServiceProvider serviceProvider, ref string remaining) 155 Property ParsePropertyExpression(string prop, IServiceProvider serviceProvider, ref string remaining)
MarkupExtensionParser.cs (1)
53 Property value;