9 instantiations of Parameter
Microsoft.Maui.Controls (9)
Interactivity\DataTrigger.cs (1)
15 public DataTrigger([System.ComponentModel.TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType) : base(new BindingCondition(), targetType)
Interactivity\MultiTrigger.cs (1)
12 public MultiTrigger([System.ComponentModel.TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType) : base(new MultiCondition(), targetType)
Interactivity\Trigger.cs (1)
15 public Trigger([System.ComponentModel.TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType) : base(new PropertyCondition(), targetType)
Items\GridItemsLayout.cs (2)
20 public GridItemsLayout([Parameter("Orientation")] ItemsLayoutOrientation orientation) : base(orientation) 25 public GridItemsLayout(int span, [Parameter("Orientation")] ItemsLayoutOrientation orientation) :
Items\ItemsLayout.cs (1)
10 protected ItemsLayout([Parameter("Orientation")] ItemsLayoutOrientation orientation)
Items\LinearItemsLayout.cs (1)
10 public LinearItemsLayout([Parameter("Orientation")] ItemsLayoutOrientation orientation) : base(orientation)
ListView\ListView.cs (1)
117 public ListView([Parameter("CachingStrategy")] ListViewCachingStrategy cachingStrategy) : this()
Style.cs (1)
30 public Style([System.ComponentModel.TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType)
4 references to Parameter
Microsoft.Maui.Controls.Xaml (4)
CreateValuesVisitor.cs (4)
76 ci.GetParameters().All(pi => pi.CustomAttributes.Any(attr => attr.AttributeType == typeof(ParameterAttribute)))) && 210 ci.GetParameters().All(pi => pi.CustomAttributes.Any(attr => attr.AttributeType == typeof(ParameterAttribute)))); 236 ci.GetParameters().All(pi => pi.CustomAttributes.Any(attr => attr.AttributeType == typeof(ParameterAttribute)))); 314 parameter.CustomAttributes.First(attr => attr.AttributeType == typeof(ParameterAttribute))